Html Css Color HEX #9513DB Dark Violet

📋 copy color: '#9513DB'

red 149 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #9513DB

Tints of Dark Violet #9513DB

RGB

 RED value IS 149 (58.59% from 255) = 38.5%

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 38.5%
G = 4.91%
B = 56.59%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9513DB (or 0x9513DB) is known color: Dark Violet. HEX triplet: 95, 13 and DB. RGB value is (149,19,219). Sum of RGB (Red+Green+Blue) = 149+19+219=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #9513DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9513DB is #6AEC24. Grayscale: #505050. Windows color (decimal): -7007269 or 14357397. OLE color: 14357397.

HSL color Cylindrical-coordinate representation of color #9513DB: hue angle of 279º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9513DB is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 19 219 -
CMYK 0.32 0.91 0 0.14
HSL 279º 0.84% 0.47% -
HSV(B) 279º 0.91% 0.86% -
XYZ 25.41 11.97 67.99 -
YUV 80.67 206.07 176.74 -
System Red Green Blue C M Y K H S L
Decimal 149 19 219 0.32 0.91 0 0.14 279 0.84 0.47
Hex 95 13 DB 20 5B 0 E 117 54 2F
Octal 225 23 333 40 133 0 16 427 124 57
Binary 10010101 10011 11011011 100000 1011011 0 1110 100010111 1010100 101111

Color Harmonies of #9513DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9513DB

Black with #9513DB

Text Example


Text Example

White with #9513DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9513DB; }

 p { color: rgb(149,19,219); }

 H1.HeaderClassName
 {
   color: #9513DB;
 }
 .AnyTagClassName
 {
   color: #9513DB;
 }
</style>

background-color css

<style>
 a { background-color: #9513DB; }

 a { background-color: rgb(149,19,219); }

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

border-color css

<style>
 span { border-color: #9513DB; }

 span { border-color: rgb(149,19,219); }

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