#9B86D2

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

Shades of Cold Purple #9B86D2

Tints of Cold Purple #9B86D2

Color information

#9B86D2 (or 0x9B86D2) is unknown color: approx Cold Purple. HEX triplet: 9B, 86 and D2. RGB value is (155,134,210). Sum of RGB (Red+Green+Blue) = 155+134+210=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 210 (82.42% from 255 or 42.08% from 499); Max value from RGB is 210 - color contains mainly: blue. Hex color #9B86D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B86D2 is #64792D. Grayscale: #949494. Windows color (decimal): -6584622 or 13797019. OLE color: 13797019.

HSL color Cylindrical-coordinate representation of color #9B86D2: hue angle of 256.58º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B86D2 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155134210-
CMYK0.260.3600.18
HSL256.58º45.78%67.45%-
HSV(B)256.58º36.19%82.35%-
XYZ33.6828.6764.73-
YUV148.94162.46132.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 134 (52.73% from 255) = 26.85%
BLUE value IS 210 (82.42% from 255) = 42.08%
R=31.06%
G=26.85%
B=42.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551342100.260.3600.18256.5845.7867.45
Hex9B86D21A240121012e43
Octal233206322324402240156103
Binary100110111000011011010010110101001000100101000000011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B86D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,134,210); }

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

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

 a { background-color: rgb(155,134,210); }

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

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

 span { border-color: rgb(155,134,210); }

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