Html Css Color HEX #9B92BA Cold Purple

📋 copy color: '#9B92BA'

red 155 ◦ green 146 ◦ blue 186

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

Shades of Cold Purple #9B92BA

Tints of Cold Purple #9B92BA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.98%

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

R = 31.83%
G = 29.98%
B = 38.19%

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

#9B92BA (or 0x9B92BA) is known color: Cold Purple. HEX triplet: 9B, 92 and BA. RGB value is (155,146,186). Sum of RGB (Red+Green+Blue) = 155+146+186=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B92BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92BA is #646D45. Grayscale: #999999. Windows color (decimal): -6581574 or 12227227. OLE color: 12227227.

HSL color Cylindrical-coordinate representation of color #9B92BA: hue angle of 253.5º degrees, saturation: 0.22, 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 #9B92BA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 146 186 -
CMYK 0.17 0.22 0 0.27
HSL 253.5º 0.22% 0.65% -
HSV(B) 253.5º 0.22% 0.73% -
XYZ 32.66 31.07 50.73 -
YUV 153.25 146.48 129.25 -
System Red Green Blue C M Y K H S L
Decimal 155 146 186 0.17 0.22 0 0.27 253.5 0.22 0.65
Hex 9B 92 BA 11 16 0 1B FE 16 41
Octal 233 222 272 21 26 0 33 376 26 101
Binary 10011011 10010010 10111010 10001 10110 0 11011 11111110 10110 1000001

Color Harmonies of #9B92BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B92BA

Black with #9B92BA

Text Example


Text Example

White with #9B92BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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