#8F75CC

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

Shades of True V #8F75CC

Tints of True V #8F75CC

Color information

#8F75CC (or 0x8F75CC) is unknown color: approx True V. HEX triplet: 8F, 75 and CC. RGB value is (143,117,204). Sum of RGB (Red+Green+Blue) = 143+117+204=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 117 (46.09% from 255 or 25.22% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F75CC is #708A33. Grayscale: #868686. Windows color (decimal): -7375412 or 13399439. OLE color: 13399439.

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

Color convert

RGB143117204-
CMYK0.300.4300.2
HSL257.93º46.03%62.94%-
HSV(B)257.93º42.65%80%-
XYZ28.5922.9260.04-
YUV134.69167.11133.93-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.82%
GREEN value IS 117 (46.09% from 255) = 25.22%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=30.82%
G=25.22%
B=43.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1431172040.300.4300.2257.9346.0362.94
Hex8F75CC1E2B0141022e3f
Octal21716531436530244025677
Binary1000111111101011100110011110101011010100100000010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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