#9A83CB

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

Shades of Cold Purple #9A83CB

Tints of Cold Purple #9A83CB

Color information

#9A83CB (or 0x9A83CB) is unknown color: approx Cold Purple. HEX triplet: 9A, 83 and CB. RGB value is (154,131,203). Sum of RGB (Red+Green+Blue) = 154+131+203=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83CB is #657C34. Grayscale: #919191. Windows color (decimal): -6650933 or 13337498. OLE color: 13337498.

HSL color Cylindrical-coordinate representation of color #9A83CB: hue angle of 259.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 #9A83CB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB154131203-
CMYK0.240.3500.20
HSL259.17º40.91%65.49%-
HSV(B)259.17º35.47%79.61%-
XYZ32.2227.4160.09-
YUV146.08160.12133.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 131 (51.56% from 255) = 26.84%
BLUE value IS 203 (79.69% from 255) = 41.60%
R=31.56%
G=26.84%
B=41.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1541312030.240.3500.20259.1740.9165.49
Hex9A83CB18230141032941
Octal232203313304302440351101
Binary100110101000001111001011110001000110101001000000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A83CB; }

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

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

<style>
 a { background-color: #9A83CB; }

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

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

<style>
 span { border-color: #9A83CB; }

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

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