Html Css Color HEX #9B2A9A Vivid Violet

📋 copy color: '#9B2A9A'

red 155 ◦ green 42 ◦ blue 154

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

Shades of Vivid Violet #9B2A9A

Tints of Vivid Violet #9B2A9A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.97%

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 44.16%
G = 11.97%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B2A9A (or 0x9B2A9A) is known color: Vivid Violet. HEX triplet: 9B, 2A and 9A. RGB value is (155,42,154). Sum of RGB (Red+Green+Blue) = 155+42+154=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2A9A is #64D565. Grayscale: #585858. Windows color (decimal): -6608230 or 10103451. OLE color: 10103451.

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

Color convert

RGB 155 42 154 -
CMYK 0 0.73 0.01 0.39
HSL 300.53º 0.57% 0.39% -
HSV(B) 300.53º 0.73% 0.61% -
XYZ 20.18 10.96 31.62 -
YUV 88.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 155 42 154 0 0.73 0.01 0.39 300.53 0.57 0.39
Hex 9B 2A 9A 0 49 1 27 12D 39 27
Octal 233 52 232 0 111 1 47 455 71 47
Binary 10011011 101010 10011010 0 1001001 1 100111 100101101 111001 100111

Color Harmonies of #9B2A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2A9A

Black with #9B2A9A

Text Example


Text Example

White with #9B2A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,42,154); }

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

background-color css

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

 a { background-color: rgb(155,42,154); }

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

border-color css

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

 span { border-color: rgb(155,42,154); }

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