Html Css Color HEX #9510DD Dark Violet

📋 copy color: '#9510DD'

red 149 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #9510DD

Tints of Dark Violet #9510DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 38.6%
G = 4.15%
B = 57.25%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9510DD (or 0x9510DD) is known color: Dark Violet. HEX triplet: 95, 10 and DD. RGB value is (149,16,221). Sum of RGB (Red+Green+Blue) = 149+16+221=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #9510DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9510DD is #6AEF22. Grayscale: #4E4E4E. Windows color (decimal): -7008035 or 14487701. OLE color: 14487701.

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

Color convert

RGB 149 16 221 -
CMYK 0.33 0.93 0 0.13
HSL 278.93º 0.86% 0.46% -
HSV(B) 278.93º 0.93% 0.87% -
XYZ 25.63 11.98 69.37 -
YUV 79.14 208.06 177.83 -
System Red Green Blue C M Y K H S L
Decimal 149 16 221 0.33 0.93 0 0.13 278.93 0.86 0.46
Hex 95 10 DD 21 5D 0 D 117 56 2E
Octal 225 20 335 41 135 0 15 427 126 56
Binary 10010101 10000 11011101 100001 1011101 0 1101 100010111 1010110 101110

Color Harmonies of #9510DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9510DD

Black with #9510DD

Text Example


Text Example

White with #9510DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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