#9482D0

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

Shades of True V #9482D0

Tints of True V #9482D0

Color information

#9482D0 (or 0x9482D0) is unknown color: approx True V. HEX triplet: 94, 82 and D0. RGB value is (148,130,208). Sum of RGB (Red+Green+Blue) = 148+130+208=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #9482D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9482D0 is #6B7D2F. Grayscale: #8F8F8F. Windows color (decimal): -7044400 or 13664916. OLE color: 13664916.

HSL color Cylindrical-coordinate representation of color #9482D0: hue angle of 253.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9482D0 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148130208-
CMYK0.290.3800.18
HSL253.85º45.35%66.27%-
HSV(B)253.85º37.5%81.57%-
XYZ31.5826.8263.19-
YUV144.27163.96130.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 130 (51.17% from 255) = 26.75%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=30.45%
G=26.75%
B=42.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481302080.290.3800.18253.8545.3566.27
Hex9482D01D26012fe2d42
Octal224202320354602237655102
Binary10010100100000101101000011101100110010010111111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9482D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9482D0; }

 p { color: rgb(148,130,208); }

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

<style>
 a { background-color: #9482D0; }

 a { background-color: rgb(148,130,208); }

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

<style>
 span { border-color: #9482D0; }

 span { border-color: rgb(148,130,208); }

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