Html Css Color HEX #9023AB Vivid Violet

📋 copy color: '#9023AB'

red 144 ◦ green 35 ◦ blue 171

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

Shades of Vivid Violet #9023AB

Tints of Vivid Violet #9023AB

RGB

 RED value IS 144 (56.64% from 255) = 41.14%

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

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

R = 41.14%
G = 10%
B = 48.86%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9023AB (or 0x9023AB) is known color: Vivid Violet. HEX triplet: 90, 23 and AB. RGB value is (144,35,171). Sum of RGB (Red+Green+Blue) = 144+35+171=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #9023AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9023AB is #6FDC54. Grayscale: #525252. Windows color (decimal): -7330901 or 11215760. OLE color: 11215760.

HSL color Cylindrical-coordinate representation of color #9023AB: hue angle of 288.09º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9023AB is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 35 171 -
CMYK 0.16 0.80 0 0.33
HSL 288.09º 0.66% 0.4% -
HSV(B) 288.09º 0.8% 0.67% -
XYZ 19.45 10.07 39.45 -
YUV 83.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 144 35 171 0.16 0.80 0 0.33 288.09 0.66 0.4
Hex 90 23 AB 10 50 0 21 120 42 28
Octal 220 43 253 20 120 0 41 440 102 50
Binary 10010000 100011 10101011 10000 1010000 0 100001 100100000 1000010 101000

Color Harmonies of #9023AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9023AB

Black with #9023AB

Text Example


Text Example

White with #9023AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,35,171); }

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

background-color css

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

 a { background-color: rgb(144,35,171); }

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

border-color css

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

 span { border-color: rgb(144,35,171); }

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