Html Css Color HEX #9510DB Dark Violet

📋 copy color: '#9510DB'

red 149 ◦ green 16 ◦ blue 219

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

Shades of Dark Violet #9510DB

Tints of Dark Violet #9510DB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.17%

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

R = 38.8%
G = 4.17%
B = 57.03%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9510DB (or 0x9510DB) is known color: Dark Violet. HEX triplet: 95, 10 and DB. RGB value is (149,16,219). Sum of RGB (Red+Green+Blue) = 149+16+219=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9510DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510DB is #6AEF24. Grayscale: #4E4E4E. Windows color (decimal): -7008037 or 14356629. OLE color: 14356629.

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

Color convert

RGB 149 16 219 -
CMYK 0.32 0.93 0 0.14
HSL 279.31º 0.86% 0.46% -
HSV(B) 279.31º 0.93% 0.86% -
XYZ 25.37 11.87 67.97 -
YUV 78.91 207.06 177.99 -
System Red Green Blue C M Y K H S L
Decimal 149 16 219 0.32 0.93 0 0.14 279.31 0.86 0.46
Hex 95 10 DB 20 5D 0 E 117 56 2E
Octal 225 20 333 40 135 0 16 427 126 56
Binary 10010101 10000 11011011 100000 1011101 0 1110 100010111 1010110 101110

Color Harmonies of #9510DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510DB

Black with #9510DB

Text Example


Text Example

White with #9510DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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