Html Css Color HEX #9013D7 Dark Violet

📋 copy color: '#9013D7'

red 144 ◦ green 19 ◦ blue 215

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

Shades of Dark Violet #9013D7

Tints of Dark Violet #9013D7

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.03%

 BLUE value IS 215 (84.38% from 255) = 56.88%

R = 38.1%
G = 5.03%
B = 56.88%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9013D7 (or 0x9013D7) is known color: Dark Violet. HEX triplet: 90, 13 and D7. RGB value is (144,19,215). Sum of RGB (Red+Green+Blue) = 144+19+215=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 19 (7.81% from 255 or 5.03% from 378); Blue value is 215 (84.38% from 255 or 56.88% from 378); Max value from RGB is 215 - color contains mainly: blue. Hex color #9013D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013D7 is #6FEC28. Grayscale: #4E4E4E. Windows color (decimal): -7334953 or 14095248. OLE color: 14095248.

HSL color Cylindrical-coordinate representation of color #9013D7: hue angle of 278.27º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9013D7 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 19 215 -
CMYK 0.33 0.91 0 0.16
HSL 278.27º 0.84% 0.46% -
HSV(B) 278.27º 0.91% 0.84% -
XYZ 24 11.3 65.21 -
YUV 78.72 204.91 174.56 -
System Red Green Blue C M Y K H S L
Decimal 144 19 215 0.33 0.91 0 0.16 278.27 0.84 0.46
Hex 90 13 D7 21 5B 0 10 116 54 2E
Octal 220 23 327 41 133 0 20 426 124 56
Binary 10010000 10011 11010111 100001 1011011 0 10000 100010110 1010100 101110

Color Harmonies of #9013D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9013D7

Black with #9013D7

Text Example


Text Example

White with #9013D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9013D7; }

 p { color: rgb(144,19,215); }

 H1.HeaderClassName
 {
   color: #9013D7;
 }
 .AnyTagClassName
 {
   color: #9013D7;
 }
</style>

background-color css

<style>
 a { background-color: #9013D7; }

 a { background-color: rgb(144,19,215); }

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

border-color css

<style>
 span { border-color: #9013D7; }

 span { border-color: rgb(144,19,215); }

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