Html Css Color HEX #9B85BD Cold Purple

📋 copy color: '#9B85BD'

red 155 ◦ green 133 ◦ blue 189

#9B85BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #9B85BD

Tints of Cold Purple #9B85BD

RGB

 RED value IS 155 (60.94% from 255) = 32.49%

 GREEN value IS 133 (52.34% from 255) = 27.88%

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 32.49%
G = 27.88%
B = 39.62%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B85BD (or 0x9B85BD) is known color: Cold Purple. HEX triplet: 9B, 85 and BD. RGB value is (155,133,189). Sum of RGB (Red+Green+Blue) = 155+133+189=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85BD is #647A42. Grayscale: #919191. Windows color (decimal): -6584899 or 12420507. OLE color: 12420507.

HSL color Cylindrical-coordinate representation of color #9B85BD: hue angle of 263.57º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B85BD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 133 189 -
CMYK 0.18 0.30 0 0.26
HSL 263.57º 0.3% 0.63% -
HSV(B) 263.57º 0.3% 0.74% -
XYZ 31.09 27.42 51.8 -
YUV 145.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 155 133 189 0.18 0.30 0 0.26 263.57 0.3 0.63
Hex 9B 85 BD 12 1E 0 1A 108 1E 3F
Octal 233 205 275 22 36 0 32 410 36 77
Binary 10011011 10000101 10111101 10010 11110 0 11010 100001000 11110 111111

Color Harmonies of #9B85BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B85BD

Black with #9B85BD

Text Example


Text Example

White with #9B85BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,133,189); }

 H1.HeaderClassName
 {
   color: #9B85BD;
 }
 .AnyTagClassName
 {
   color: #9B85BD;
 }
</style>

background-color css

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

 a { background-color: rgb(155,133,189); }

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

border-color css

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

 span { border-color: rgb(155,133,189); }

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