Html Css Color HEX #9013BE Dark Violet

📋 copy color: '#9013BE'

red 144 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #9013BE

Tints of Dark Violet #9013BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 40.79%
G = 5.38%
B = 53.82%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9013BE (or 0x9013BE) is known color: Dark Violet. HEX triplet: 90, 13 and BE. RGB value is (144,19,190). Sum of RGB (Red+Green+Blue) = 144+19+190=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #9013BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013BE is #6FEC41. Grayscale: #4B4B4B. Windows color (decimal): -7334978 or 12456848. OLE color: 12456848.

HSL color Cylindrical-coordinate representation of color #9013BE: hue angle of 283.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9013BE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 19 190 -
CMYK 0.24 0.90 0 0.25
HSL 283.86º 0.82% 0.41% -
HSV(B) 283.86º 0.9% 0.75% -
XYZ 21.03 10.11 49.56 -
YUV 75.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 144 19 190 0.24 0.90 0 0.25 283.86 0.82 0.41
Hex 90 13 BE 18 5A 0 19 11C 52 29
Octal 220 23 276 30 132 0 31 434 122 51
Binary 10010000 10011 10111110 11000 1011010 0 11001 100011100 1010010 101001

Color Harmonies of #9013BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9013BE

Black with #9013BE

Text Example


Text Example

White with #9013BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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