Html Css Color HEX #900FDA Dark Violet

📋 copy color: '#900FDA'

red 144 ◦ green 15 ◦ blue 218

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

Shades of Dark Violet #900FDA

Tints of Dark Violet #900FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

 BLUE value IS 218 (85.55% from 255) = 57.82%

R = 38.2%
G = 3.98%
B = 57.82%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#900FDA (or 0x900FDA) is known color: Dark Violet. HEX triplet: 90, 0F and DA. RGB value is (144,15,218). Sum of RGB (Red+Green+Blue) = 144+15+218=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #900FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900FDA is #6FF025. Grayscale: #4C4C4C. Windows color (decimal): -7335974 or 14290832. OLE color: 14290832.

HSL color Cylindrical-coordinate representation of color #900FDA: hue angle of 278.13º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900FDA is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 15 218 -
CMYK 0.34 0.93 0 0.15
HSL 278.13º 0.87% 0.46% -
HSV(B) 278.13º 0.93% 0.85% -
XYZ 24.33 11.33 67.23 -
YUV 76.71 207.74 175.99 -
System Red Green Blue C M Y K H S L
Decimal 144 15 218 0.34 0.93 0 0.15 278.13 0.87 0.46
Hex 90 F DA 22 5D 0 F 116 57 2E
Octal 220 17 332 42 135 0 17 426 127 56
Binary 10010000 1111 11011010 100010 1011101 0 1111 100010110 1010111 101110

Color Harmonies of #900FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900FDA

Black with #900FDA

Text Example


Text Example

White with #900FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900FDA; }

 p { color: rgb(144,15,218); }

 H1.HeaderClassName
 {
   color: #900FDA;
 }
 .AnyTagClassName
 {
   color: #900FDA;
 }
</style>

background-color css

<style>
 a { background-color: #900FDA; }

 a { background-color: rgb(144,15,218); }

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

border-color css

<style>
 span { border-color: #900FDA; }

 span { border-color: rgb(144,15,218); }

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