#9B83CF

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

Shades of Cold Purple #9B83CF

Tints of Cold Purple #9B83CF

Color information

#9B83CF (or 0x9B83CF) is unknown color: approx Cold Purple. HEX triplet: 9B, 83 and CF. RGB value is (155,131,207). Sum of RGB (Red+Green+Blue) = 155+131+207=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B83CF is #647C30. Grayscale: #929292. Windows color (decimal): -6585393 or 13599643. OLE color: 13599643.

HSL color Cylindrical-coordinate representation of color #9B83CF: hue angle of 258.95º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B83CF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155131207-
CMYK0.250.3700.19
HSL258.95º44.19%66.27%-
HSV(B)258.95º36.71%81.18%-
XYZ32.927.7162.65-
YUV146.84161.95133.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=31.44%
G=26.57%
B=41.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551312070.250.3700.19258.9544.1966.27
Hex9B83CF19250131032c42
Octal233203317314502340354102
Binary100110111000001111001111110011001010100111000000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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