#8F69CE

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

Shades of True V #8F69CE

Tints of True V #8F69CE

Color information

#8F69CE (or 0x8F69CE) is unknown color: approx True V. HEX triplet: 8F, 69 and CE. RGB value is (143,105,206). Sum of RGB (Red+Green+Blue) = 143+105+206=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #8F69CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69CE is #709631. Grayscale: #7F7F7F. Windows color (decimal): -7378482 or 13527439. OLE color: 13527439.

HSL color Cylindrical-coordinate representation of color #8F69CE: hue angle of 262.57º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F69CE is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB143105206-
CMYK0.310.4900.19
HSL262.57º50.75%60.98%-
HSV(B)262.57º49.03%80.78%-
XYZ27.5220.460.88-
YUV127.88172.09138.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.50%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 206 (80.86% from 255) = 45.37%
R=31.50%
G=23.13%
B=45.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1431052060.310.4900.19262.5750.7560.98
Hex8F69CE1F31013107333d
Octal21715131637610234076375
Binary1000111111010011100111011111110001010011100000111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F69CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,105,206); }

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

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

 a { background-color: rgb(143,105,206); }

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

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

 span { border-color: rgb(143,105,206); }

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