#9581CE

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

Shades of True V #9581CE

Tints of True V #9581CE

Color information

#9581CE (or 0x9581CE) is unknown color: approx True V. HEX triplet: 95, 81 and CE. RGB value is (149,129,206). Sum of RGB (Red+Green+Blue) = 149+129+206=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #9581CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581CE is #6A7E31. Grayscale: #8F8F8F. Windows color (decimal): -6979122 or 13533589. OLE color: 13533589.

HSL color Cylindrical-coordinate representation of color #9581CE: hue angle of 255.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9581CE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149129206-
CMYK0.280.3700.19
HSL255.58º44%65.69%-
HSV(B)255.58º37.38%80.78%-
XYZ31.3926.5561.86-
YUV143.76163.13131.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.79%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=30.79%
G=26.65%
B=42.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491292060.280.3700.19255.584465.69
Hex9581CE1C250131002c42
Octal225201316344502340054102
Binary100101011000000111001110111001001010100111000000001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9581CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9581CE; }

 p { color: rgb(149,129,206); }

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

<style>
 a { background-color: #9581CE; }

 a { background-color: rgb(149,129,206); }

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

<style>
 span { border-color: #9581CE; }

 span { border-color: rgb(149,129,206); }

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