#8344CA

Color #8344CA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8344CA

Tints of Dark Orchid #8344CA

Color information

#8344CA (or 0x8344CA) is unknown color: approx Dark Orchid. HEX triplet: 83, 44 and CA. RGB value is (131,68,202). Sum of RGB (Red+Green+Blue) = 131+68+202=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #8344CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344CA is #7CBB35. Grayscale: #656565. Windows color (decimal): -8174390 or 13255811. OLE color: 13255811.

HSL color Cylindrical-coordinate representation of color #8344CA: hue angle of 268.21º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8344CA is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13168202-
CMYK0.350.6600.21
HSL268.21º55.83%52.94%-
HSV(B)268.21º66.34%79.22%-
XYZ22.0913.2257.27-
YUV102.11184.37148.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 68 (26.95% from 255) = 16.96%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=32.67%
G=16.96%
B=50.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal131682020.350.6600.21268.2155.8352.94
Hex8344CA234201510c3835
Octal203104312431020254147065
Binary100000111000100110010101000111000010010101100001100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8344CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8344CA; }

 p { color: rgb(131,68,202); }

 H1.HeaderClassName
 {
   color: #8344CA;
 }
 .AnyTagClassName
 {
   color: #8344CA;
 }
</style>
background-color css

<style>
 a { background-color: #8344CA; }

 a { background-color: rgb(131,68,202); }

 div.DivClassName
 {
   background-color: #8344CA;
 }
 .BgClassName
 {
   background-color: #8344CA;
 }
</style>
border-color css

<style>
 span { border-color: #8344CA; }

 span { border-color: rgb(131,68,202); }

 td.TdClassName
 {
   border-color: #8344CA;
 }
 .TagClassName
 {
   border-color: #8344CA;
 }
</style>