Html Css Color HEX #9B8EBF Cold Purple

📋 copy color: '#9B8EBF'

red 155 ◦ green 142 ◦ blue 191

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

Shades of Cold Purple #9B8EBF

Tints of Cold Purple #9B8EBF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.1%

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

R = 31.76%
G = 29.1%
B = 39.14%

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

#9B8EBF (or 0x9B8EBF) is known color: Cold Purple. HEX triplet: 9B, 8E and BF. RGB value is (155,142,191). Sum of RGB (Red+Green+Blue) = 155+142+191=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B8EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8EBF is #647140. Grayscale: #979797. Windows color (decimal): -6582593 or 12553883. OLE color: 12553883.

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

Color convert

RGB 155 142 191 -
CMYK 0.19 0.26 0 0.25
HSL 255.92º 0.28% 0.65% -
HSV(B) 255.92º 0.26% 0.75% -
XYZ 32.59 30.08 53.38 -
YUV 151.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 155 142 191 0.19 0.26 0 0.25 255.92 0.28 0.65
Hex 9B 8E BF 13 1A 0 19 100 1C 41
Octal 233 216 277 23 32 0 31 400 34 101
Binary 10011011 10001110 10111111 10011 11010 0 11001 100000000 11100 1000001

Color Harmonies of #9B8EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B8EBF

Black with #9B8EBF

Text Example


Text Example

White with #9B8EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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