Html Css Color HEX #9411E8 Dark Violet

📋 copy color: '#9411E8'

red 148 ◦ green 17 ◦ blue 232

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

Shades of Dark Violet #9411E8

Tints of Dark Violet #9411E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.44%

R = 37.28%
G = 4.28%
B = 58.44%

CMYK

 C value IS 0.36

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9411E8 (or 0x9411E8) is known color: Dark Violet. HEX triplet: 94, 11 and E8. RGB value is (148,17,232). Sum of RGB (Red+Green+Blue) = 148+17+232=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 232 (91.02% from 255 or 58.44% from 397); Max value from RGB is 232 - color contains mainly: blue. Hex color #9411E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9411E8 is #6BEE17. Grayscale: #4F4F4F. Windows color (decimal): -7073304 or 15208852. OLE color: 15208852.

HSL color Cylindrical-coordinate representation of color #9411E8: hue angle of 276.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9411E8 is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 17 232 -
CMYK 0.36 0.93 0 0.09
HSL 276.56º 0.86% 0.49% -
HSV(B) 276.56º 0.93% 0.91% -
XYZ 26.98 12.52 77.34 -
YUV 80.68 213.4 176.02 -
System Red Green Blue C M Y K H S L
Decimal 148 17 232 0.36 0.93 0 0.09 276.56 0.86 0.49
Hex 94 11 E8 24 5D 0 9 115 56 31
Octal 224 21 350 44 135 0 11 425 126 61
Binary 10010100 10001 11101000 100100 1011101 0 1001 100010101 1010110 110001

Color Harmonies of #9411E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9411E8

Black with #9411E8

Text Example


Text Example

White with #9411E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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