#9481CE

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

Shades of True V #9481CE

Tints of True V #9481CE

Color information

#9481CE (or 0x9481CE) is unknown color: approx True V. HEX triplet: 94, 81 and CE. RGB value is (148,129,206). Sum of RGB (Red+Green+Blue) = 148+129+206=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #9481CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481CE is #6B7E31. Grayscale: #8F8F8F. Windows color (decimal): -7044658 or 13533588. OLE color: 13533588.

HSL color Cylindrical-coordinate representation of color #9481CE: hue angle of 254.81º 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 #9481CE is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB148129206-
CMYK0.280.3700.19
HSL254.81º44%65.69%-
HSV(B)254.81º37.38%80.78%-
XYZ31.226.4561.85-
YUV143.46163.29131.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.64%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=30.64%
G=26.71%
B=42.65%

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
Decimal1481292060.280.3700.19254.814465.69
Hex9481CE1C25013ff2c42
Octal224201316344502337754102
Binary10010100100000011100111011100100101010011111111111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9481CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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