Html Css Color HEX #9429AB Vivid Violet

📋 copy color: '#9429AB'

red 148 ◦ green 41 ◦ blue 171

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

Shades of Vivid Violet #9429AB

Tints of Vivid Violet #9429AB

RGB

 RED value IS 148 (58.2% from 255) = 41.11%

 GREEN value IS 41 (16.41% from 255) = 11.39%

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 41.11%
G = 11.39%
B = 47.5%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9429AB (or 0x9429AB) is known color: Vivid Violet. HEX triplet: 94, 29 and AB. RGB value is (148,41,171). Sum of RGB (Red+Green+Blue) = 148+41+171=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #9429AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9429AB is #6BD654. Grayscale: #575757. Windows color (decimal): -7067221 or 11217300. OLE color: 11217300.

HSL color Cylindrical-coordinate representation of color #9429AB: hue angle of 289.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9429AB is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 41 171 -
CMYK 0.13 0.76 0 0.33
HSL 289.38º 0.61% 0.42% -
HSV(B) 289.38º 0.76% 0.67% -
XYZ 20.36 10.82 39.54 -
YUV 87.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 148 41 171 0.13 0.76 0 0.33 289.38 0.61 0.42
Hex 94 29 AB D 4C 0 21 121 3D 2A
Octal 224 51 253 15 114 0 41 441 75 52
Binary 10010100 101001 10101011 1101 1001100 0 100001 100100001 111101 101010

Color Harmonies of #9429AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9429AB

Black with #9429AB

Text Example


Text Example

White with #9429AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9429AB; }

 p { color: rgb(148,41,171); }

 H1.HeaderClassName
 {
   color: #9429AB;
 }
 .AnyTagClassName
 {
   color: #9429AB;
 }
</style>

background-color css

<style>
 a { background-color: #9429AB; }

 a { background-color: rgb(148,41,171); }

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

border-color css

<style>
 span { border-color: #9429AB; }

 span { border-color: rgb(148,41,171); }

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