Html Css Color HEX #9027AB Vivid Violet

📋 copy color: '#9027AB'

red 144 ◦ green 39 ◦ blue 171

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

Shades of Vivid Violet #9027AB

Tints of Vivid Violet #9027AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.02%

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

R = 40.68%
G = 11.02%
B = 48.31%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9027AB (or 0x9027AB) is known color: Vivid Violet. HEX triplet: 90, 27 and AB. RGB value is (144,39,171). Sum of RGB (Red+Green+Blue) = 144+39+171=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #9027AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9027AB is #6FD854. Grayscale: #555555. Windows color (decimal): -7329877 or 11216784. OLE color: 11216784.

HSL color Cylindrical-coordinate representation of color #9027AB: hue angle of 287.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9027AB is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 39 171 -
CMYK 0.16 0.77 0 0.33
HSL 287.73º 0.63% 0.41% -
HSV(B) 287.73º 0.77% 0.67% -
XYZ 19.58 10.32 39.49 -
YUV 85.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 144 39 171 0.16 0.77 0 0.33 287.73 0.63 0.41
Hex 90 27 AB 10 4D 0 21 120 3F 29
Octal 220 47 253 20 115 0 41 440 77 51
Binary 10010000 100111 10101011 10000 1001101 0 100001 100100000 111111 101001

Color Harmonies of #9027AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9027AB

Black with #9027AB

Text Example


Text Example

White with #9027AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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