#8C65CC

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

Shades of True V #8C65CC

Tints of True V #8C65CC

Color information

#8C65CC (or 0x8C65CC) is unknown color: approx True V. HEX triplet: 8C, 65 and CC. RGB value is (140,101,204). Sum of RGB (Red+Green+Blue) = 140+101+204=445 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.46% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C65CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C65CC is #739A33. Grayscale: #7C7C7C. Windows color (decimal): -7576116 or 13395340. OLE color: 13395340.

HSL color Cylindrical-coordinate representation of color #8C65CC: hue angle of 262.72º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C65CC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140101204-
CMYK0.310.5000.2
HSL262.72º50.24%59.8%-
HSV(B)262.72º50.49%80%-
XYZ26.3719.2459.45-
YUV124.4172.92139.12-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.46%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=31.46%
G=22.70%
B=45.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401012040.310.5000.2262.7250.2459.8
Hex8C65CC1F32014107323c
Octal21414531437620244076274
Binary1000110011001011100110011111110010010100100000111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C65CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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