Html Css Color HEX #9013BD Dark Violet

📋 copy color: '#9013BD'

red 144 ◦ green 19 ◦ blue 189

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

Shades of Dark Violet #9013BD

Tints of Dark Violet #9013BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 53.69%

R = 40.91%
G = 5.4%
B = 53.69%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9013BD (or 0x9013BD) is known color: Dark Violet. HEX triplet: 90, 13 and BD. RGB value is (144,19,189). Sum of RGB (Red+Green+Blue) = 144+19+189=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #9013BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013BD is #6FEC42. Grayscale: #4B4B4B. Windows color (decimal): -7334979 or 12391312. OLE color: 12391312.

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

Color convert

RGB 144 19 189 -
CMYK 0.24 0.90 0 0.26
HSL 284.12º 0.82% 0.41% -
HSV(B) 284.12º 0.9% 0.74% -
XYZ 20.92 10.07 48.99 -
YUV 75.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 144 19 189 0.24 0.90 0 0.26 284.12 0.82 0.41
Hex 90 13 BD 18 5A 0 1A 11C 52 29
Octal 220 23 275 30 132 0 32 434 122 51
Binary 10010000 10011 10111101 11000 1011010 0 11010 100011100 1010010 101001

Color Harmonies of #9013BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9013BD

Black with #9013BD

Text Example


Text Example

White with #9013BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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