#8A75CE

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

Shades of True V #8A75CE

Tints of True V #8A75CE

Color information

#8A75CE (or 0x8A75CE) is unknown color: approx True V. HEX triplet: 8A, 75 and CE. RGB value is (138,117,206). Sum of RGB (Red+Green+Blue) = 138+117+206=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A75CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A75CE is #758A31. Grayscale: #858585. Windows color (decimal): -7703090 or 13530506. OLE color: 13530506.

HSL color Cylindrical-coordinate representation of color #8A75CE: hue angle of 254.16º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A75CE is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138117206-
CMYK0.330.4300.19
HSL254.16º47.59%63.33%-
HSV(B)254.16º43.2%80.78%-
XYZ27.9822.5861.28-
YUV133.43168.96131.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 117 (46.09% from 255) = 25.38%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=29.93%
G=25.38%
B=44.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381172060.330.4300.19254.1647.5963.33
Hex8A75CE212B013fe303f
Octal21216531641530233766077
Binary1000101011101011100111010000110101101001111111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A75CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,206); }

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

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

 a { background-color: rgb(138,117,206); }

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

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

 span { border-color: rgb(138,117,206); }

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