Html Css Color HEX #9B91BA Cold Purple

📋 copy color: '#9B91BA'

red 155 ◦ green 145 ◦ blue 186

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

Shades of Cold Purple #9B91BA

Tints of Cold Purple #9B91BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.84%

 BLUE value IS 186 (73.05% from 255) = 38.27%

R = 31.89%
G = 29.84%
B = 38.27%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B91BA (or 0x9B91BA) is known color: Cold Purple. HEX triplet: 9B, 91 and BA. RGB value is (155,145,186). Sum of RGB (Red+Green+Blue) = 155+145+186=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91BA is #646E45. Grayscale: #989898. Windows color (decimal): -6581830 or 12226971. OLE color: 12226971.

HSL color Cylindrical-coordinate representation of color #9B91BA: hue angle of 254.63º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B91BA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 145 186 -
CMYK 0.17 0.22 0 0.27
HSL 254.63º 0.23% 0.65% -
HSV(B) 254.63º 0.22% 0.73% -
XYZ 32.51 30.76 50.68 -
YUV 152.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 155 145 186 0.17 0.22 0 0.27 254.63 0.23 0.65
Hex 9B 91 BA 11 16 0 1B FF 17 41
Octal 233 221 272 21 26 0 33 377 27 101
Binary 10011011 10010001 10111010 10001 10110 0 11011 11111111 10111 1000001

Color Harmonies of #9B91BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B91BA

Black with #9B91BA

Text Example


Text Example

White with #9B91BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,145,186); }

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

background-color css

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

 a { background-color: rgb(155,145,186); }

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

border-color css

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

 span { border-color: rgb(155,145,186); }

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