Html Css Color HEX #9B3790 Vivid Violet

📋 copy color: '#9B3790'

red 155 ◦ green 55 ◦ blue 144

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

Shades of Vivid Violet #9B3790

Tints of Vivid Violet #9B3790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.54%

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

R = 43.79%
G = 15.54%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#9B3790 (or 0x9B3790) is known color: Vivid Violet. HEX triplet: 9B, 37 and 90. RGB value is (155,55,144). Sum of RGB (Red+Green+Blue) = 155+55+144=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3790 is #64C86F. Grayscale: #5E5E5E. Windows color (decimal): -6604912 or 9451419. OLE color: 9451419.

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

Color convert

RGB 155 55 144 -
CMYK 0 0.65 0.07 0.39
HSL 306.6º 0.48% 0.41% -
HSV(B) 306.6º 0.65% 0.61% -
XYZ 19.92 11.71 27.6 -
YUV 95.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 155 55 144 0 0.65 0.07 0.39 306.6 0.48 0.41
Hex 9B 37 90 0 41 7 27 133 30 29
Octal 233 67 220 0 101 7 47 463 60 51
Binary 10011011 110111 10010000 0 1000001 111 100111 100110011 110000 101001

Color Harmonies of #9B3790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3790

Black with #9B3790

Text Example


Text Example

White with #9B3790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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