Html Css Color HEX #9B24A9 Vivid Violet

📋 copy color: '#9B24A9'

red 155 ◦ green 36 ◦ blue 169

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

Shades of Vivid Violet #9B24A9

Tints of Vivid Violet #9B24A9

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 169 (66.41% from 255) = 46.94%

R = 43.06%
G = 10%
B = 46.94%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9B24A9 (or 0x9B24A9) is known color: Vivid Violet. HEX triplet: 9B, 24 and A9. RGB value is (155,36,169). Sum of RGB (Red+Green+Blue) = 155+36+169=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B24A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B24A9 is #64DB56. Grayscale: #565656. Windows color (decimal): -6609751 or 11084955. OLE color: 11084955.

HSL color Cylindrical-coordinate representation of color #9B24A9: hue angle of 293.68º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B24A9 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 36 169 -
CMYK 0.08 0.79 0 0.34
HSL 293.68º 0.65% 0.4% -
HSV(B) 293.68º 0.79% 0.66% -
XYZ 21.31 11.09 38.55 -
YUV 86.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 155 36 169 0.08 0.79 0 0.34 293.68 0.65 0.4
Hex 9B 24 A9 8 4F 0 22 126 41 28
Octal 233 44 251 10 117 0 42 446 101 50
Binary 10011011 100100 10101001 1000 1001111 0 100010 100100110 1000001 101000

Color Harmonies of #9B24A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B24A9

Black with #9B24A9

Text Example


Text Example

White with #9B24A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,169); }

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

background-color css

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

 a { background-color: rgb(155,36,169); }

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

border-color css

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

 span { border-color: rgb(155,36,169); }

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