Html Css Color HEX #9B8BBE Cold Purple

📋 copy color: '#9B8BBE'

red 155 ◦ green 139 ◦ blue 190

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

Shades of Cold Purple #9B8BBE

Tints of Cold Purple #9B8BBE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

 BLUE value IS 190 (74.61% from 255) = 39.26%

R = 32.02%
G = 28.72%
B = 39.26%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B8BBE (or 0x9B8BBE) is known color: Cold Purple. HEX triplet: 9B, 8B and BE. RGB value is (155,139,190). Sum of RGB (Red+Green+Blue) = 155+139+190=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BBE is #647441. Grayscale: #959595. Windows color (decimal): -6583362 or 12487579. OLE color: 12487579.

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

Color convert

RGB 155 139 190 -
CMYK 0.18 0.27 0 0.25
HSL 258.82º 0.28% 0.65% -
HSV(B) 258.82º 0.27% 0.75% -
XYZ 32.04 29.15 52.65 -
YUV 149.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 155 139 190 0.18 0.27 0 0.25 258.82 0.28 0.65
Hex 9B 8B BE 12 1B 0 19 103 1C 41
Octal 233 213 276 22 33 0 31 403 34 101
Binary 10011011 10001011 10111110 10010 11011 0 11001 100000011 11100 1000001

Color Harmonies of #9B8BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8BBE

Black with #9B8BBE

Text Example


Text Example

White with #9B8BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,139,190); }

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

background-color css

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

 a { background-color: rgb(155,139,190); }

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

border-color css

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

 span { border-color: rgb(155,139,190); }

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