#8145C9

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

Shades of Dark Orchid #8145C9

Tints of Dark Orchid #8145C9

Color information

#8145C9 (or 0x8145C9) is unknown color: approx Dark Orchid. HEX triplet: 81, 45 and C9. RGB value is (129,69,201). Sum of RGB (Red+Green+Blue) = 129+69+201=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 201 (78.91% from 255 or 50.38% from 399); Max value from RGB is 201 - color contains mainly: blue. Hex color #8145C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8145C9 is #7EBA36. Grayscale: #656565. Windows color (decimal): -8305207 or 13190529. OLE color: 13190529.

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

Color convert

RGB12969201-
CMYK0.360.6600.21
HSL267.27º55%52.94%-
HSV(B)267.27º65.67%78.82%-
XYZ21.7213.1456.65-
YUV101.99183.88147.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.33%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 201 (78.91% from 255) = 50.38%
R=32.33%
G=17.29%
B=50.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129692010.360.6600.21267.275552.94
Hex8145C9244201510b3735
Octal201105311441020254136765
Binary100000011000101110010011001001000010010101100001011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8145C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,69,201); }

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

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

 a { background-color: rgb(129,69,201); }

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

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

 span { border-color: rgb(129,69,201); }

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