#8D65CB

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

Shades of True V #8D65CB

Tints of True V #8D65CB

Color information

#8D65CB (or 0x8D65CB) is unknown color: approx True V. HEX triplet: 8D, 65 and CB. RGB value is (141,101,203). Sum of RGB (Red+Green+Blue) = 141+101+203=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D65CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D65CB is #729A34. Grayscale: #7C7C7C. Windows color (decimal): -7510581 or 13329805. OLE color: 13329805.

HSL color Cylindrical-coordinate representation of color #8D65CB: hue angle of 263.53º 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 #8D65CB is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141101203-
CMYK0.310.5000.20
HSL263.53º49.51%59.61%-
HSV(B)263.53º50.25%79.61%-
XYZ26.4219.2858.83-
YUV124.59172.25139.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 101 (39.84% from 255) = 22.70%
BLUE value IS 203 (79.69% from 255) = 45.62%
R=31.69%
G=22.70%
B=45.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411012030.310.5000.20263.5349.5159.61
Hex8D65CB1F32014108323c
Octal21514531337620244106274
Binary1000110111001011100101111111110010010100100001000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,101,203); }

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

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

 a { background-color: rgb(141,101,203); }

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

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

 span { border-color: rgb(141,101,203); }

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