#8F69CC

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

Shades of True V #8F69CC

Tints of True V #8F69CC

Color information

#8F69CC (or 0x8F69CC) is unknown color: approx True V. HEX triplet: 8F, 69 and CC. RGB value is (143,105,204). Sum of RGB (Red+Green+Blue) = 143+105+204=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F69CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F69CC is #709633. Grayscale: #7F7F7F. Windows color (decimal): -7378484 or 13396367. OLE color: 13396367.

HSL color Cylindrical-coordinate representation of color #8F69CC: hue angle of 263.03º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F69CC is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB143105204-
CMYK0.300.4900.2
HSL263.03º49.25%60.59%-
HSV(B)263.03º48.53%80%-
XYZ27.2820.359.61-
YUV127.65171.09138.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 204 (80.08% from 255) = 45.13%
R=31.64%
G=23.23%
B=45.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431052040.300.4900.2263.0349.2560.59
Hex8F69CC1E31014107313d
Octal21715131436610244076175
Binary1000111111010011100110011110110001010100100000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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