Html Css Color HEX #9B8CBE Cold Purple

📋 copy color: '#9B8CBE'

red 155 ◦ green 140 ◦ blue 190

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

Shades of Cold Purple #9B8CBE

Tints of Cold Purple #9B8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.87%

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

R = 31.96%
G = 28.87%
B = 39.18%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B8CBE (or 0x9B8CBE) is known color: Cold Purple. HEX triplet: 9B, 8C and BE. RGB value is (155,140,190). Sum of RGB (Red+Green+Blue) = 155+140+190=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B8CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CBE is #647341. Grayscale: #969696. Windows color (decimal): -6583106 or 12487835. OLE color: 12487835.

HSL color Cylindrical-coordinate representation of color #9B8CBE: hue angle of 258º 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 #9B8CBE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 140 190 -
CMYK 0.18 0.26 0 0.25
HSL 258º 0.28% 0.65% -
HSV(B) 258º 0.26% 0.75% -
XYZ 32.19 29.44 52.7 -
YUV 150.19 150.47 131.43 -
System Red Green Blue C M Y K H S L
Decimal 155 140 190 0.18 0.26 0 0.25 258 0.28 0.65
Hex 9B 8C BE 12 1A 0 19 102 1C 41
Octal 233 214 276 22 32 0 31 402 34 101
Binary 10011011 10001100 10111110 10010 11010 0 11001 100000010 11100 1000001

Color Harmonies of #9B8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8CBE

Black with #9B8CBE

Text Example


Text Example

White with #9B8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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