Html Css Color HEX #9104E5 Dark Violet

📋 copy color: '#9104E5'

red 145 ◦ green 4 ◦ blue 229

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

Shades of Dark Violet #9104E5

Tints of Dark Violet #9104E5

RGB

 RED value IS 145 (57.03% from 255) = 38.36%

 GREEN value IS 4 (1.95% from 255) = 1.06%

 BLUE value IS 229 (89.84% from 255) = 60.58%

R = 38.36%
G = 1.06%
B = 60.58%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9104E5 (or 0x9104E5) is known color: Dark Violet. HEX triplet: 91, 04 and E5. RGB value is (145,4,229). Sum of RGB (Red+Green+Blue) = 145+4+229=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #9104E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9104E5 is #6EFB1A. Grayscale: #474747. Windows color (decimal): -7273243 or 15008913. OLE color: 15008913.

HSL color Cylindrical-coordinate representation of color #9104E5: hue angle of 277.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9104E5 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 145 4 229 -
CMYK 0.37 0.98 0 0.10
HSL 277.6º 0.97% 0.46% -
HSV(B) 277.6º 0.98% 0.9% -
XYZ 25.86 11.76 75.04 -
YUV 71.81 216.71 180.2 -
System Red Green Blue C M Y K H S L
Decimal 145 4 229 0.37 0.98 0 0.10 277.6 0.97 0.46
Hex 91 4 E5 25 62 0 A 116 61 2E
Octal 221 4 345 45 142 0 12 426 141 56
Binary 10010001 100 11100101 100101 1100010 0 1010 100010110 1100001 101110

Color Harmonies of #9104E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9104E5

Black with #9104E5

Text Example


Text Example

White with #9104E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9104E5; }

 p { color: rgb(145,4,229); }

 H1.HeaderClassName
 {
   color: #9104E5;
 }
 .AnyTagClassName
 {
   color: #9104E5;
 }
</style>

background-color css

<style>
 a { background-color: #9104E5; }

 a { background-color: rgb(145,4,229); }

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

border-color css

<style>
 span { border-color: #9104E5; }

 span { border-color: rgb(145,4,229); }

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