#9b83cd

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

Shades of Cold Purple #9B83CD

Tints of Cold Purple #9B83CD

Color information

#9B83CD (or 0x9B83CD) is unknown color: approx Cold Purple. HEX triplet: 9B, 83 and CD. RGB value is (155,131,205). Sum of RGB (Red+Green+Blue) = 155+131+205=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B83CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83CD is #647C32. Grayscale: #929292. Windows color (decimal): -6585395 or 13468571. OLE color: 13468571.

HSL color Cylindrical-coordinate representation of color #9B83CD: hue angle of 259.46º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B83CD is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155131205-
CMYK0.240.3600.20
HSL259.46º42.53%65.88%-
HSV(B)259.46º36.1%80.39%-
XYZ32.6527.6161.37-
YUV146.61160.95133.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=31.57%
G=26.68%
B=41.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551312050.240.3600.20259.4642.5365.88
Hex9B83CD18240141032b42
Octal233203315304402440353102
Binary100110111000001111001101110001001000101001000000111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b83cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,205); }

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

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

 a { background-color: rgb(155,131,205); }

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

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

 span { border-color: rgb(155,131,205); }

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