Html Css Color HEX #9B92BE Cold Purple

📋 copy color: '#9B92BE'

red 155 ◦ green 146 ◦ blue 190

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

Shades of Cold Purple #9B92BE

Tints of Cold Purple #9B92BE

RGB

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

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

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

R = 31.57%
G = 29.74%
B = 38.7%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B92BE (or 0x9B92BE) is known color: Cold Purple. HEX triplet: 9B, 92 and BE. RGB value is (155,146,190). Sum of RGB (Red+Green+Blue) = 155+146+190=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92BE is #646D41. Grayscale: #999999. Windows color (decimal): -6581570 or 12489371. OLE color: 12489371.

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

Color convert

RGB 155 146 190 -
CMYK 0.18 0.23 0 0.25
HSL 252.27º 0.25% 0.66% -
HSV(B) 252.27º 0.23% 0.75% -
XYZ 33.09 31.24 53 -
YUV 153.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 155 146 190 0.18 0.23 0 0.25 252.27 0.25 0.66
Hex 9B 92 BE 12 17 0 19 FC 19 42
Octal 233 222 276 22 27 0 31 374 31 102
Binary 10011011 10010010 10111110 10010 10111 0 11001 11111100 11001 1000010

Color Harmonies of #9B92BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B92BE

Black with #9B92BE

Text Example


Text Example

White with #9B92BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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