Html Css Color HEX #9025AC Vivid Violet

📋 copy color: '#9025AC'

red 144 ◦ green 37 ◦ blue 172

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

Shades of Vivid Violet #9025AC

Tints of Vivid Violet #9025AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 40.79%
G = 10.48%
B = 48.73%

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

#9025AC (or 0x9025AC) is known color: Vivid Violet. HEX triplet: 90, 25 and AC. RGB value is (144,37,172). Sum of RGB (Red+Green+Blue) = 144+37+172=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #9025AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9025AC is #6FDA53. Grayscale: #535353. Windows color (decimal): -7330388 or 11281808. OLE color: 11281808.

HSL color Cylindrical-coordinate representation of color #9025AC: hue angle of 287.56º degrees, saturation: 0.65, 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 #9025AC is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 37 172 -
CMYK 0.16 0.78 0 0.33
HSL 287.56º 0.65% 0.41% -
HSV(B) 287.56º 0.78% 0.67% -
XYZ 19.61 10.23 39.97 -
YUV 84.38 177.45 170.52 -
System Red Green Blue C M Y K H S L
Decimal 144 37 172 0.16 0.78 0 0.33 287.56 0.65 0.41
Hex 90 25 AC 10 4E 0 21 120 41 29
Octal 220 45 254 20 116 0 41 440 101 51
Binary 10010000 100101 10101100 10000 1001110 0 100001 100100000 1000001 101001

Color Harmonies of #9025AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9025AC

Black with #9025AC

Text Example


Text Example

White with #9025AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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