Html Css Color HEX #9411DA Dark Violet

📋 copy color: '#9411DA'

red 148 ◦ green 17 ◦ blue 218

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

Shades of Dark Violet #9411DA

Tints of Dark Violet #9411DA

RGB

 RED value IS 148 (58.2% from 255) = 38.64%

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

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

R = 38.64%
G = 4.44%
B = 56.92%

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

#9411DA (or 0x9411DA) is known color: Dark Violet. HEX triplet: 94, 11 and DA. RGB value is (148,17,218). Sum of RGB (Red+Green+Blue) = 148+17+218=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #9411DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9411DA is #6BEE25. Grayscale: #4E4E4E. Windows color (decimal): -7073318 or 14291348. OLE color: 14291348.

HSL color Cylindrical-coordinate representation of color #9411DA: hue angle of 279.1º 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 #9411DA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 17 218 -
CMYK 0.32 0.92 0 0.15
HSL 279.1º 0.86% 0.46% -
HSV(B) 279.1º 0.92% 0.85% -
XYZ 25.07 11.76 67.28 -
YUV 79.08 206.4 177.16 -
System Red Green Blue C M Y K H S L
Decimal 148 17 218 0.32 0.92 0 0.15 279.1 0.86 0.46
Hex 94 11 DA 20 5C 0 F 117 56 2E
Octal 224 21 332 40 134 0 17 427 126 56
Binary 10010100 10001 11011010 100000 1011100 0 1111 100010111 1010110 101110

Color Harmonies of #9411DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9411DA

Black with #9411DA

Text Example


Text Example

White with #9411DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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