#8D69CA

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

Shades of True V #8D69CA

Tints of True V #8D69CA

Color information

#8D69CA (or 0x8D69CA) is unknown color: approx True V. HEX triplet: 8D, 69 and CA. RGB value is (141,105,202). Sum of RGB (Red+Green+Blue) = 141+105+202=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D69CA is #729635. Grayscale: #7E7E7E. Windows color (decimal): -7509558 or 13265293. OLE color: 13265293.

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

Color convert

RGB141105202-
CMYK0.300.4800.21
HSL262.27º47.78%60.2%-
HSV(B)262.27º48.02%79.22%-
XYZ26.720.0358.34-
YUV126.82170.43138.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 105 (41.41% from 255) = 23.44%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=31.47%
G=23.44%
B=45.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411052020.300.4800.21262.2747.7860.2
Hex8D69CA1E30015106303c
Octal21515131236600254066074
Binary1000110111010011100101011110110000010101100000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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