Html Css Color HEX #9B8DBF Cold Purple

📋 copy color: '#9B8DBF'

red 155 ◦ green 141 ◦ blue 191

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

Shades of Cold Purple #9B8DBF

Tints of Cold Purple #9B8DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 191 (75% from 255) = 39.22%

R = 31.83%
G = 28.95%
B = 39.22%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B8DBF (or 0x9B8DBF) is known color: Cold Purple. HEX triplet: 9B, 8D and BF. RGB value is (155,141,191). Sum of RGB (Red+Green+Blue) = 155+141+191=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B8DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8DBF is #647240. Grayscale: #969696. Windows color (decimal): -6582849 or 12553627. OLE color: 12553627.

HSL color Cylindrical-coordinate representation of color #9B8DBF: hue angle of 256.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B8DBF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 141 191 -
CMYK 0.19 0.26 0 0.25
HSL 256.8º 0.28% 0.65% -
HSV(B) 256.8º 0.26% 0.75% -
XYZ 32.45 29.78 53.33 -
YUV 150.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 155 141 191 0.19 0.26 0 0.25 256.8 0.28 0.65
Hex 9B 8D BF 13 1A 0 19 101 1C 41
Octal 233 215 277 23 32 0 31 401 34 101
Binary 10011011 10001101 10111111 10011 11010 0 11001 100000001 11100 1000001

Color Harmonies of #9B8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8DBF

Black with #9B8DBF

Text Example


Text Example

White with #9B8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,141,191); }

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

background-color css

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

 a { background-color: rgb(155,141,191); }

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

border-color css

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

 span { border-color: rgb(155,141,191); }

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