Html Css Color HEX #9B2399 Vivid Violet

📋 copy color: '#9B2399'

red 155 ◦ green 35 ◦ blue 153

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

Shades of Vivid Violet #9B2399

Tints of Vivid Violet #9B2399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

 BLUE value IS 153 (60.16% from 255) = 44.61%

R = 45.19%
G = 10.2%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B2399 (or 0x9B2399) is known color: Vivid Violet. HEX triplet: 9B, 23 and 99. RGB value is (155,35,153). Sum of RGB (Red+Green+Blue) = 155+35+153=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2399 is #64DC66. Grayscale: #535353. Windows color (decimal): -6610023 or 10036123. OLE color: 10036123.

HSL color Cylindrical-coordinate representation of color #9B2399: hue angle of 301º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B2399 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 35 153 -
CMYK 0 0.77 0.01 0.39
HSL 301º 0.63% 0.37% -
HSV(B) 301º 0.77% 0.61% -
XYZ 19.87 10.47 31.11 -
YUV 84.33 166.76 178.41 -
System Red Green Blue C M Y K H S L
Decimal 155 35 153 0 0.77 0.01 0.39 301 0.63 0.37
Hex 9B 23 99 0 4D 1 27 12D 3F 25
Octal 233 43 231 0 115 1 47 455 77 45
Binary 10011011 100011 10011001 0 1001101 1 100111 100101101 111111 100101

Color Harmonies of #9B2399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2399

Black with #9B2399

Text Example


Text Example

White with #9B2399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,35,153); }

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

background-color css

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

 a { background-color: rgb(155,35,153); }

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

border-color css

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

 span { border-color: rgb(155,35,153); }

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