Html Css Color HEX #9B3498 Vivid Violet

📋 copy color: '#9B3498'

red 155 ◦ green 52 ◦ blue 152

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

Shades of Vivid Violet #9B3498

Tints of Vivid Violet #9B3498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.34%

R = 43.18%
G = 14.48%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B3498 (or 0x9B3498) is known color: Vivid Violet. HEX triplet: 9B, 34 and 98. RGB value is (155,52,152). Sum of RGB (Red+Green+Blue) = 155+52+152=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3498 is #64CB67. Grayscale: #5D5D5D. Windows color (decimal): -6605672 or 9974939. OLE color: 9974939.

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

Color convert

RGB 155 52 152 -
CMYK 0 0.66 0.02 0.39
HSL 301.75º 0.5% 0.41% -
HSV(B) 301.75º 0.66% 0.61% -
XYZ 20.41 11.69 30.89 -
YUV 94.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 155 52 152 0 0.66 0.02 0.39 301.75 0.5 0.41
Hex 9B 34 98 0 42 2 27 12E 32 29
Octal 233 64 230 0 102 2 47 456 62 51
Binary 10011011 110100 10011000 0 1000010 10 100111 100101110 110010 101001

Color Harmonies of #9B3498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3498

Black with #9B3498

Text Example


Text Example

White with #9B3498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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