#8C65C9

Color #8C65C9 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8C65C9

Tints of True V #8C65C9

Color information

#8C65C9 (or 0x8C65C9) is unknown color: approx True V. HEX triplet: 8C, 65 and C9. RGB value is (140,101,201). Sum of RGB (Red+Green+Blue) = 140+101+201=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C65C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65C9 is #739A36. Grayscale: #7B7B7B. Windows color (decimal): -7576119 or 13198732. OLE color: 13198732.

HSL color Cylindrical-coordinate representation of color #8C65C9: hue angle of 263.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C65C9 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140101201-
CMYK0.300.5000.21
HSL263.4º48.08%59.22%-
HSV(B)263.4º49.75%78.82%-
XYZ26.0119.157.57-
YUV124.06171.42139.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.67%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 201 (78.91% from 255) = 45.48%
R=31.67%
G=22.85%
B=45.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401012010.300.5000.21263.448.0859.22
Hex8C65C91E32015107303b
Octal21414531136620254076073
Binary1000110011001011100100111110110010010101100000111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C65C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C65C9; }

 p { color: rgb(140,101,201); }

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

<style>
 a { background-color: #8C65C9; }

 a { background-color: rgb(140,101,201); }

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

<style>
 span { border-color: #8C65C9; }

 span { border-color: rgb(140,101,201); }

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