#9481CB

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

Shades of True V #9481CB

Tints of True V #9481CB

Color information

#9481CB (or 0x9481CB) is unknown color: approx True V. HEX triplet: 94, 81 and CB. RGB value is (148,129,203). Sum of RGB (Red+Green+Blue) = 148+129+203=480 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.83% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #9481CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481CB is #6B7E34. Grayscale: #8E8E8E. Windows color (decimal): -7044661 or 13336980. OLE color: 13336980.

HSL color Cylindrical-coordinate representation of color #9481CB: hue angle of 255.41º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9481CB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB148129203-
CMYK0.270.3600.20
HSL255.41º41.57%65.1%-
HSV(B)255.41º36.45%79.61%-
XYZ30.8426.3159.95-
YUV143.12161.79131.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.83%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=30.83%
G=26.88%
B=42.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481292030.270.3600.20255.4141.5765.1
Hex9481CB1B24014ff2a41
Octal224201313334402437752101
Binary10010100100000011100101111011100100010100111111111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9481CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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