Html Css Color HEX #9004F3 Dark Violet

📋 copy color: '#9004F3'

red 144 ◦ green 4 ◦ blue 243

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

Shades of Dark Violet #9004F3

Tints of Dark Violet #9004F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 62.15%

R = 36.83%
G = 1.02%
B = 62.15%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9004F3 (or 0x9004F3) is known color: Dark Violet. HEX triplet: 90, 04 and F3. RGB value is (144,4,243). Sum of RGB (Red+Green+Blue) = 144+4+243=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 243 (95.31% from 255 or 62.15% from 391); Max value from RGB is 243 - color contains mainly: blue. Hex color #9004F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9004F3 is #6FFB0C. Grayscale: #484848. Windows color (decimal): -7338765 or 15926416. OLE color: 15926416.

HSL color Cylindrical-coordinate representation of color #9004F3: hue angle of 275.15º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004F3 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 4 243 -
CMYK 0.41 0.98 0 0.05
HSL 275.15º 0.97% 0.48% -
HSV(B) 275.15º 0.98% 0.95% -
XYZ 27.72 12.49 85.74 -
YUV 73.11 223.88 178.57 -
System Red Green Blue C M Y K H S L
Decimal 144 4 243 0.41 0.98 0 0.05 275.15 0.97 0.48
Hex 90 4 F3 29 62 0 5 113 61 30
Octal 220 4 363 51 142 0 5 423 141 60
Binary 10010000 100 11110011 101001 1100010 0 101 100010011 1100001 110000

Color Harmonies of #9004F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004F3

Black with #9004F3

Text Example


Text Example

White with #9004F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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