#8D65CA

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

Shades of True V #8D65CA

Tints of True V #8D65CA

Color information

#8D65CA (or 0x8D65CA) is unknown color: approx True V. HEX triplet: 8D, 65 and CA. RGB value is (141,101,202). Sum of RGB (Red+Green+Blue) = 141+101+202=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 101 (39.84% from 255 or 22.75% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D65CA is #729A35. Grayscale: #7C7C7C. Windows color (decimal): -7510582 or 13264269. OLE color: 13264269.

HSL color Cylindrical-coordinate representation of color #8D65CA: hue angle of 263.76º degrees, saturation: 0.49, 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 #8D65CA is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141101202-
CMYK0.300.5000.21
HSL263.76º48.79%59.41%-
HSV(B)263.76º50%79.22%-
XYZ26.319.2358.2-
YUV124.47171.75139.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.76%
GREEN value IS 101 (39.84% from 255) = 22.75%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=31.76%
G=22.75%
B=45.50%

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
Decimal1411012020.300.5000.21263.7648.7959.41
Hex8D65CA1E32015108313b
Octal21514531236620254106173
Binary1000110111001011100101011110110010010101100001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D65CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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