#8975BC

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

Shades of True V #8975BC

Tints of True V #8975BC

Color information

#8975BC (or 0x8975BC) is unknown color: approx True V. HEX triplet: 89, 75 and BC. RGB value is (137,117,188). Sum of RGB (Red+Green+Blue) = 137+117+188=442 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.00% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #8975BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975BC is #768A43. Grayscale: #828282. Windows color (decimal): -7768644 or 12350857. OLE color: 12350857.

HSL color Cylindrical-coordinate representation of color #8975BC: hue angle of 256.9º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8975BC is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB137117188-
CMYK0.270.3800.26
HSL256.9º34.63%59.8%-
HSV(B)256.9º37.77%73.73%-
XYZ25.7521.6750.4-
YUV131.07160.13132.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.00%
GREEN value IS 117 (46.09% from 255) = 26.47%
BLUE value IS 188 (73.83% from 255) = 42.53%
R=31.00%
G=26.47%
B=42.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1371171880.270.3800.26256.934.6359.8
Hex8975BC1B2601A101233c
Octal21116527433460324014374
Binary1000100111101011011110011011100110011010100000001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8975BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8975BC; }

 p { color: rgb(137,117,188); }

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

<style>
 a { background-color: #8975BC; }

 a { background-color: rgb(137,117,188); }

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

<style>
 span { border-color: #8975BC; }

 span { border-color: rgb(137,117,188); }

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