Html Css Color HEX #9B3398 Vivid Violet

📋 copy color: '#9B3398'

red 155 ◦ green 51 ◦ blue 152

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

Shades of Vivid Violet #9B3398

Tints of Vivid Violet #9B3398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 43.3%
G = 14.25%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#9B3398 (or 0x9B3398) is known color: Vivid Violet. HEX triplet: 9B, 33 and 98. RGB value is (155,51,152). Sum of RGB (Red+Green+Blue) = 155+51+152=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3398 is #64CC67. Grayscale: #5D5D5D. Windows color (decimal): -6605928 or 9974683. OLE color: 9974683.

HSL color Cylindrical-coordinate representation of color #9B3398: hue angle of 301.73º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3398 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 51 152 -
CMYK 0 0.67 0.02 0.39
HSL 301.73º 0.5% 0.4% -
HSV(B) 301.73º 0.67% 0.61% -
XYZ 20.37 11.6 30.87 -
YUV 93.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 155 51 152 0 0.67 0.02 0.39 301.73 0.5 0.4
Hex 9B 33 98 0 43 2 27 12E 32 28
Octal 233 63 230 0 103 2 47 456 62 50
Binary 10011011 110011 10011000 0 1000011 10 100111 100101110 110010 101000

Color Harmonies of #9B3398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3398

Black with #9B3398

Text Example


Text Example

White with #9B3398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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