Html Css Color HEX #9B3591 Vivid Violet

📋 copy color: '#9B3591'

red 155 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #9B3591

Tints of Vivid Violet #9B3591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.01%

 BLUE value IS 145 (57.03% from 255) = 41.08%

R = 43.91%
G = 15.01%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#9B3591 (or 0x9B3591) is known color: Vivid Violet. HEX triplet: 9B, 35 and 91. RGB value is (155,53,145). Sum of RGB (Red+Green+Blue) = 155+53+145=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3591 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3591 is #64CA6E. Grayscale: #5D5D5D. Windows color (decimal): -6605423 or 9516443. OLE color: 9516443.

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

Color convert

RGB 155 53 145 -
CMYK 0 0.66 0.06 0.39
HSL 305.88º 0.49% 0.41% -
HSV(B) 305.88º 0.66% 0.61% -
XYZ 19.9 11.56 27.97 -
YUV 93.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 155 53 145 0 0.66 0.06 0.39 305.88 0.49 0.41
Hex 9B 35 91 0 42 6 27 132 31 29
Octal 233 65 221 0 102 6 47 462 61 51
Binary 10011011 110101 10010001 0 1000010 110 100111 100110010 110001 101001

Color Harmonies of #9B3591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3591

Black with #9B3591

Text Example


Text Example

White with #9B3591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,145); }

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

background-color css

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

 a { background-color: rgb(155,53,145); }

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

border-color css

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

 span { border-color: rgb(155,53,145); }

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