#8344C9

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

Shades of Dark Orchid #8344C9

Tints of Dark Orchid #8344C9

Color information

#8344C9 (or 0x8344C9) is unknown color: approx Dark Orchid. HEX triplet: 83, 44 and C9. RGB value is (131,68,201). Sum of RGB (Red+Green+Blue) = 131+68+201=400 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.75% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #8344C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8344C9 is #7CBB36. Grayscale: #656565. Windows color (decimal): -8174391 or 13190275. OLE color: 13190275.

HSL color Cylindrical-coordinate representation of color #8344C9: hue angle of 268.42º degrees, saturation: 0.55, 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 #8344C9 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13168201-
CMYK0.350.6600.21
HSL268.42º55.19%52.75%-
HSV(B)268.42º66.17%78.82%-
XYZ21.9713.1856.64-
YUV102183.87148.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.75%
GREEN value IS 68 (26.95% from 255) = 17%
BLUE value IS 201 (78.91% from 255) = 50.25%
R=32.75%
G=17%
B=50.25%

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
Decimal131682010.350.6600.21268.4255.1952.75
Hex8344C9234201510c3735
Octal203104311431020254146765
Binary100000111000100110010011000111000010010101100001100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8344C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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