Html Css Color HEX #9511DA Dark Violet

📋 copy color: '#9511DA'

red 149 ◦ green 17 ◦ blue 218

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

Shades of Dark Violet #9511DA

Tints of Dark Violet #9511DA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.43%

 BLUE value IS 218 (85.55% from 255) = 56.77%

R = 38.8%
G = 4.43%
B = 56.77%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9511DA (or 0x9511DA) is known color: Dark Violet. HEX triplet: 95, 11 and DA. RGB value is (149,17,218). Sum of RGB (Red+Green+Blue) = 149+17+218=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #9511DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9511DA is #6AEE25. Grayscale: #4E4E4E. Windows color (decimal): -7007782 or 14291349. OLE color: 14291349.

HSL color Cylindrical-coordinate representation of color #9511DA: hue angle of 279.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9511DA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 17 218 -
CMYK 0.32 0.92 0 0.15
HSL 279.4º 0.86% 0.46% -
HSV(B) 279.4º 0.92% 0.85% -
XYZ 25.25 11.85 67.29 -
YUV 79.38 206.23 177.66 -
System Red Green Blue C M Y K H S L
Decimal 149 17 218 0.32 0.92 0 0.15 279.4 0.86 0.46
Hex 95 11 DA 20 5C 0 F 117 56 2E
Octal 225 21 332 40 134 0 17 427 126 56
Binary 10010101 10001 11011010 100000 1011100 0 1111 100010111 1010110 101110

Color Harmonies of #9511DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9511DA

Black with #9511DA

Text Example


Text Example

White with #9511DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9511DA; }

 p { color: rgb(149,17,218); }

 H1.HeaderClassName
 {
   color: #9511DA;
 }
 .AnyTagClassName
 {
   color: #9511DA;
 }
</style>

background-color css

<style>
 a { background-color: #9511DA; }

 a { background-color: rgb(149,17,218); }

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

border-color css

<style>
 span { border-color: #9511DA; }

 span { border-color: rgb(149,17,218); }

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