#9480CE

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

Shades of True V #9480CE

Tints of True V #9480CE

Color information

#9480CE (or 0x9480CE) is unknown color: approx True V. HEX triplet: 94, 80 and CE. RGB value is (148,128,206). Sum of RGB (Red+Green+Blue) = 148+128+206=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #9480CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480CE is #6B7F31. Grayscale: #8E8E8E. Windows color (decimal): -7044914 or 13533332. OLE color: 13533332.

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

Color convert

RGB148128206-
CMYK0.280.3800.19
HSL255.38º44.32%65.49%-
HSV(B)255.38º37.86%80.78%-
XYZ31.0726.1961.81-
YUV142.87163.63131.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=30.71%
G=26.56%
B=42.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1481282060.280.3800.19255.3844.3265.49
Hex9480CE1C26013ff2c41
Octal224200316344602337754101
Binary10010100100000001100111011100100110010011111111111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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