#9483CB

Color #9483CB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9483CB

Tints of Cold Purple #9483CB

Color information

#9483CB (or 0x9483CB) is unknown color: approx Cold Purple. HEX triplet: 94, 83 and CB. RGB value is (148,131,203). Sum of RGB (Red+Green+Blue) = 148+131+203=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #9483CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483CB is #6B7C34. Grayscale: #909090. Windows color (decimal): -7044149 or 13337492. OLE color: 13337492.

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

Color convert

RGB148131203-
CMYK0.270.3500.20
HSL254.17º40.91%65.49%-
HSV(B)254.17º35.47%79.61%-
XYZ31.1126.8460.04-
YUV144.29161.13130.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 131 (51.56% from 255) = 27.18%
BLUE value IS 203 (79.69% from 255) = 42.12%
R=30.71%
G=27.18%
B=42.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1481312030.270.3500.20254.1740.9165.49
Hex9483CB1B23014fe2941
Octal224203313334302437651101
Binary10010100100000111100101111011100011010100111111101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9483CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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