Html Css Color HEX #9B5D94 Violet Blue

📋 copy color: '#9B5D94'

red 155 ◦ green 93 ◦ blue 148

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

Shades of Violet Blue #9B5D94

Tints of Violet Blue #9B5D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 39.14%
G = 23.48%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#9B5D94 (or 0x9B5D94) is known color: Violet Blue. HEX triplet: 9B, 5D and 94. RGB value is (155,93,148). Sum of RGB (Red+Green+Blue) = 155+93+148=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D94 is #64A26B. Grayscale: #757575. Windows color (decimal): -6595180 or 9723291. OLE color: 9723291.

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

Color convert

RGB 155 93 148 -
CMYK 0 0.4 0.05 0.39
HSL 306.77º 0.25% 0.49% -
HSV(B) 306.77º 0.4% 0.61% -
XYZ 22.78 16.94 30.09 -
YUV 117.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 155 93 148 0 0.4 0.05 0.39 306.77 0.25 0.49
Hex 9B 5D 94 0 28 5 27 133 19 31
Octal 233 135 224 0 50 5 47 463 31 61
Binary 10011011 1011101 10010100 0 101000 101 100111 100110011 11001 110001

Color Harmonies of #9B5D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D94

Black with #9B5D94

Text Example


Text Example

White with #9B5D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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