Html Css Color HEX #9013BC Dark Violet

📋 copy color: '#9013BC'

red 144 ◦ green 19 ◦ blue 188

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

Shades of Dark Violet #9013BC

Tints of Dark Violet #9013BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 41.03%
G = 5.41%
B = 53.56%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9013BC (or 0x9013BC) is known color: Dark Violet. HEX triplet: 90, 13 and BC. RGB value is (144,19,188). Sum of RGB (Red+Green+Blue) = 144+19+188=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #9013BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9013BC is #6FEC43. Grayscale: #4B4B4B. Windows color (decimal): -7334980 or 12325776. OLE color: 12325776.

HSL color Cylindrical-coordinate representation of color #9013BC: hue angle of 284.38º 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 #9013BC is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 19 188 -
CMYK 0.23 0.90 0 0.26
HSL 284.38º 0.82% 0.41% -
HSV(B) 284.38º 0.9% 0.74% -
XYZ 20.81 10.03 48.42 -
YUV 75.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 144 19 188 0.23 0.90 0 0.26 284.38 0.82 0.41
Hex 90 13 BC 17 5A 0 1A 11C 52 29
Octal 220 23 274 27 132 0 32 434 122 51
Binary 10010000 10011 10111100 10111 1011010 0 11010 100011100 1010010 101001

Color Harmonies of #9013BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9013BC

Black with #9013BC

Text Example


Text Example

White with #9013BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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