#9481C9

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

Shades of True V #9481C9

Tints of True V #9481C9

Color information

#9481C9 (or 0x9481C9) is unknown color: approx True V. HEX triplet: 94, 81 and C9. RGB value is (148,129,201). Sum of RGB (Red+Green+Blue) = 148+129+201=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #9481C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481C9 is #6B7E36. Grayscale: #8E8E8E. Windows color (decimal): -7044663 or 13205908. OLE color: 13205908.

HSL color Cylindrical-coordinate representation of color #9481C9: hue angle of 255.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9481C9 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB148129201-
CMYK0.260.3600.21
HSL255.83º40%64.71%-
HSV(B)255.83º35.82%78.82%-
XYZ30.6126.2158.7-
YUV142.89160.79131.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=30.96%
G=26.99%
B=42.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1481292010.260.3600.21255.834064.71
Hex9481C91A240151002841
Octal224201311324402540050101
Binary100101001000000111001001110101001000101011000000001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9481C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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