Html Css Color HEX #9B5894 Violet Blue

📋 copy color: '#9B5894'

red 155 ◦ green 88 ◦ blue 148

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

Shades of Violet Blue #9B5894

Tints of Violet Blue #9B5894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.51%

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 39.64%
G = 22.51%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B5894 (or 0x9B5894) is known color: Violet Blue. HEX triplet: 9B, 58 and 94. RGB value is (155,88,148). Sum of RGB (Red+Green+Blue) = 155+88+148=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5894 is #64A76B. Grayscale: #727272. Windows color (decimal): -6596460 or 9722011. OLE color: 9722011.

HSL color Cylindrical-coordinate representation of color #9B5894: hue angle of 306.27º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5894 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 88 148 -
CMYK 0 0.43 0.05 0.39
HSL 306.27º 0.28% 0.48% -
HSV(B) 306.27º 0.43% 0.61% -
XYZ 22.35 16.09 29.94 -
YUV 114.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 155 88 148 0 0.43 0.05 0.39 306.27 0.28 0.48
Hex 9B 58 94 0 2B 5 27 132 1C 30
Octal 233 130 224 0 53 5 47 462 34 60
Binary 10011011 1011000 10010100 0 101011 101 100111 100110010 11100 110000

Color Harmonies of #9B5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5894

Black with #9B5894

Text Example


Text Example

White with #9B5894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,148); }

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

background-color css

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

 a { background-color: rgb(155,88,148); }

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

border-color css

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

 span { border-color: rgb(155,88,148); }

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