Html Css Color HEX #9025E0 Blue Violet

📋 copy color: '#9025E0'

red 144 ◦ green 37 ◦ blue 224

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

Shades of Blue Violet #9025E0

Tints of Blue Violet #9025E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.31%

R = 35.56%
G = 9.14%
B = 55.31%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9025E0 (or 0x9025E0) is known color: Blue Violet. HEX triplet: 90, 25 and E0. RGB value is (144,37,224). Sum of RGB (Red+Green+Blue) = 144+37+224=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #9025E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9025E0 is #6FDA1F. Grayscale: #595959. Windows color (decimal): -7330336 or 14689680. OLE color: 14689680.

HSL color Cylindrical-coordinate representation of color #9025E0: hue angle of 274.33º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9025E0 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 37 224 -
CMYK 0.36 0.83 0 0.12
HSL 274.33º 0.75% 0.51% -
HSV(B) 274.33º 0.83% 0.88% -
XYZ 25.62 12.63 71.61 -
YUV 90.31 203.45 166.29 -
System Red Green Blue C M Y K H S L
Decimal 144 37 224 0.36 0.83 0 0.12 274.33 0.75 0.51
Hex 90 25 E0 24 53 0 C 112 4B 33
Octal 220 45 340 44 123 0 14 422 113 63
Binary 10010000 100101 11100000 100100 1010011 0 1100 100010010 1001011 110011

Color Harmonies of #9025E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9025E0

Black with #9025E0

Text Example


Text Example

White with #9025E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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