Html Css Color HEX #9B5E92 Violet Blue

📋 copy color: '#9B5E92'

red 155 ◦ green 94 ◦ blue 146

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

Shades of Violet Blue #9B5E92

Tints of Violet Blue #9B5E92

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.8%

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 39.24%
G = 23.8%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B5E92 (or 0x9B5E92) is known color: Violet Blue. HEX triplet: 9B, 5E and 92. RGB value is (155,94,146). Sum of RGB (Red+Green+Blue) = 155+94+146=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E92 is #64A16D. Grayscale: #767676. Windows color (decimal): -6594926 or 9592475. OLE color: 9592475.

HSL color Cylindrical-coordinate representation of color #9B5E92: hue angle of 308.85º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5E92 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 94 146 -
CMYK 0 0.39 0.06 0.39
HSL 308.85º 0.24% 0.49% -
HSV(B) 308.85º 0.39% 0.61% -
XYZ 22.71 17.05 29.29 -
YUV 118.17 143.71 154.27 -
System Red Green Blue C M Y K H S L
Decimal 155 94 146 0 0.39 0.06 0.39 308.85 0.24 0.49
Hex 9B 5E 92 0 27 6 27 135 18 31
Octal 233 136 222 0 47 6 47 465 30 61
Binary 10011011 1011110 10010010 0 100111 110 100111 100110101 11000 110001

Color Harmonies of #9B5E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E92

Black with #9B5E92

Text Example


Text Example

White with #9B5E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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