Html Css Color HEX #9B3590 Vivid Violet

📋 copy color: '#9B3590'

red 155 ◦ green 53 ◦ blue 144

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

Shades of Vivid Violet #9B3590

Tints of Vivid Violet #9B3590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 44.03%
G = 15.06%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B3590 (or 0x9B3590) is known color: Vivid Violet. HEX triplet: 9B, 35 and 90. RGB value is (155,53,144). Sum of RGB (Red+Green+Blue) = 155+53+144=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3590 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3590 is #64CA6F. Grayscale: #5D5D5D. Windows color (decimal): -6605424 or 9450907. OLE color: 9450907.

HSL color Cylindrical-coordinate representation of color #9B3590: hue angle of 306.47º 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 #9B3590 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 144 -
CMYK 0 0.66 0.07 0.39
HSL 306.47º 0.49% 0.41% -
HSV(B) 306.47º 0.66% 0.61% -
XYZ 19.82 11.53 27.57 -
YUV 93.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 155 53 144 0 0.66 0.07 0.39 306.47 0.49 0.41
Hex 9B 35 90 0 42 7 27 132 31 29
Octal 233 65 220 0 102 7 47 462 61 51
Binary 10011011 110101 10010000 0 1000010 111 100111 100110010 110001 101001

Color Harmonies of #9B3590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3590

Black with #9B3590

Text Example


Text Example

White with #9B3590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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