Html Css Color HEX #9025AB Vivid Violet

📋 copy color: '#9025AB'

red 144 ◦ green 37 ◦ blue 171

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

Shades of Vivid Violet #9025AB

Tints of Vivid Violet #9025AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 40.91%
G = 10.51%
B = 48.58%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9025AB (or 0x9025AB) is known color: Vivid Violet. HEX triplet: 90, 25 and AB. RGB value is (144,37,171). Sum of RGB (Red+Green+Blue) = 144+37+171=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #9025AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9025AB is #6FDA54. Grayscale: #535353. Windows color (decimal): -7330389 or 11216272. OLE color: 11216272.

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

Color convert

RGB 144 37 171 -
CMYK 0.16 0.78 0 0.33
HSL 287.91º 0.64% 0.41% -
HSV(B) 287.91º 0.78% 0.67% -
XYZ 19.51 10.19 39.47 -
YUV 84.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 144 37 171 0.16 0.78 0 0.33 287.91 0.64 0.41
Hex 90 25 AB 10 4E 0 21 120 40 29
Octal 220 45 253 20 116 0 41 440 100 51
Binary 10010000 100101 10101011 10000 1001110 0 100001 100100000 1000000 101001

Color Harmonies of #9025AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9025AB

Black with #9025AB

Text Example


Text Example

White with #9025AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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