Html Css Color HEX #9004FA Dark Violet

📋 copy color: '#9004FA'

red 144 ◦ green 4 ◦ blue 250

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

Shades of Dark Violet #9004FA

Tints of Dark Violet #9004FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 250 (98.05% from 255) = 62.81%

R = 36.18%
G = 1.01%
B = 62.81%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9004FA (or 0x9004FA) is known color: Dark Violet. HEX triplet: 90, 04 and FA. RGB value is (144,4,250). Sum of RGB (Red+Green+Blue) = 144+4+250=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 250 (98.05% from 255 or 62.81% from 398); Max value from RGB is 250 - color contains mainly: blue. Hex color #9004FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9004FA is #6FFB05. Grayscale: #494949. Windows color (decimal): -7338758 or 16385168. OLE color: 16385168.

HSL color Cylindrical-coordinate representation of color #9004FA: hue angle of 274.15º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004FA is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 4 250 -
CMYK 0.42 0.98 0 0.02
HSL 274.15º 0.97% 0.5% -
HSV(B) 274.15º 0.98% 0.98% -
XYZ 28.8 12.92 91.42 -
YUV 73.9 227.38 178 -
System Red Green Blue C M Y K H S L
Decimal 144 4 250 0.42 0.98 0 0.02 274.15 0.97 0.5
Hex 90 4 FA 2A 62 0 2 112 61 32
Octal 220 4 372 52 142 0 2 422 141 62
Binary 10010000 100 11111010 101010 1100010 0 10 100010010 1100001 110010

Color Harmonies of #9004FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004FA

Black with #9004FA

Text Example


Text Example

White with #9004FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9004FA; }

 p { color: rgb(144,4,250); }

 H1.HeaderClassName
 {
   color: #9004FA;
 }
 .AnyTagClassName
 {
   color: #9004FA;
 }
</style>

background-color css

<style>
 a { background-color: #9004FA; }

 a { background-color: rgb(144,4,250); }

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

border-color css

<style>
 span { border-color: #9004FA; }

 span { border-color: rgb(144,4,250); }

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