Html Css Color HEX #9B3490 Vivid Violet

📋 copy color: '#9B3490'

red 155 ◦ green 52 ◦ blue 144

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

Shades of Vivid Violet #9B3490

Tints of Vivid Violet #9B3490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

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

R = 44.16%
G = 14.81%
B = 41.03%

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

#9B3490 (or 0x9B3490) is known color: Vivid Violet. HEX triplet: 9B, 34 and 90. RGB value is (155,52,144). Sum of RGB (Red+Green+Blue) = 155+52+144=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3490 is #64CB6F. Grayscale: #5D5D5D. Windows color (decimal): -6605680 or 9450651. OLE color: 9450651.

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

Color convert

RGB 155 52 144 -
CMYK 0 0.66 0.07 0.39
HSL 306.41º 0.5% 0.41% -
HSV(B) 306.41º 0.66% 0.61% -
XYZ 19.78 11.44 27.55 -
YUV 93.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 155 52 144 0 0.66 0.07 0.39 306.41 0.5 0.41
Hex 9B 34 90 0 42 7 27 132 32 29
Octal 233 64 220 0 102 7 47 462 62 51
Binary 10011011 110100 10010000 0 1000010 111 100111 100110010 110010 101001

Color Harmonies of #9B3490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3490

Black with #9B3490

Text Example


Text Example

White with #9B3490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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