Html Css Color HEX #9104D5 Dark Violet

📋 copy color: '#9104D5'

red 145 ◦ green 4 ◦ blue 213

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

Shades of Dark Violet #9104D5

Tints of Dark Violet #9104D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 58.84%

R = 40.06%
G = 1.1%
B = 58.84%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9104D5 (or 0x9104D5) is known color: Dark Violet. HEX triplet: 91, 04 and D5. RGB value is (145,4,213). Sum of RGB (Red+Green+Blue) = 145+4+213=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #9104D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9104D5 is #6EFB2A. Grayscale: #454545. Windows color (decimal): -7273259 or 13960337. OLE color: 13960337.

HSL color Cylindrical-coordinate representation of color #9104D5: hue angle of 280.48º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9104D5 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 4 213 -
CMYK 0.32 0.98 0 0.16
HSL 280.48º 0.96% 0.43% -
HSV(B) 280.48º 0.98% 0.84% -
XYZ 23.73 10.91 63.81 -
YUV 69.99 208.71 181.51 -
System Red Green Blue C M Y K H S L
Decimal 145 4 213 0.32 0.98 0 0.16 280.48 0.96 0.43
Hex 91 4 D5 20 62 0 10 118 60 2B
Octal 221 4 325 40 142 0 20 430 140 53
Binary 10010001 100 11010101 100000 1100010 0 10000 100011000 1100000 101011

Color Harmonies of #9104D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9104D5

Black with #9104D5

Text Example


Text Example

White with #9104D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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