Html Css Color HEX #910EDD Dark Violet

📋 copy color: '#910EDD'

red 145 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #910EDD

Tints of Dark Violet #910EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.68%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 38.16%
G = 3.68%
B = 58.16%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#910EDD (or 0x910EDD) is known color: Dark Violet. HEX triplet: 91, 0E and DD. RGB value is (145,14,221). Sum of RGB (Red+Green+Blue) = 145+14+221=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #910EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #910EDD is #6EF122. Grayscale: #4C4C4C. Windows color (decimal): -7270691 or 14487185. OLE color: 14487185.

HSL color Cylindrical-coordinate representation of color #910EDD: hue angle of 277.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910EDD is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 14 221 -
CMYK 0.34 0.94 0 0.13
HSL 277.97º 0.88% 0.46% -
HSV(B) 277.97º 0.94% 0.87% -
XYZ 24.89 11.55 69.33 -
YUV 76.77 209.4 176.67 -
System Red Green Blue C M Y K H S L
Decimal 145 14 221 0.34 0.94 0 0.13 277.97 0.88 0.46
Hex 91 E DD 22 5E 0 D 116 58 2E
Octal 221 16 335 42 136 0 15 426 130 56
Binary 10010001 1110 11011101 100010 1011110 0 1101 100010110 1011000 101110

Color Harmonies of #910EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910EDD

Black with #910EDD

Text Example


Text Example

White with #910EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910EDD; }

 p { color: rgb(145,14,221); }

 H1.HeaderClassName
 {
   color: #910EDD;
 }
 .AnyTagClassName
 {
   color: #910EDD;
 }
</style>

background-color css

<style>
 a { background-color: #910EDD; }

 a { background-color: rgb(145,14,221); }

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

border-color css

<style>
 span { border-color: #910EDD; }

 span { border-color: rgb(145,14,221); }

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