Html Css Color HEX #913EDD Blue Violet

📋 copy color: '#913EDD'

red 145 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #913EDD

Tints of Blue Violet #913EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.49%

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

R = 33.88%
G = 14.49%
B = 51.64%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#913EDD (or 0x913EDD) is known color: Blue Violet. HEX triplet: 91, 3E and DD. RGB value is (145,62,221). Sum of RGB (Red+Green+Blue) = 145+62+221=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #913EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913EDD is #6EC122. Grayscale: #686868. Windows color (decimal): -7258403 or 14499473. OLE color: 14499473.

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

Color convert

RGB 145 62 221 -
CMYK 0.34 0.72 0 0.13
HSL 271.32º 0.7% 0.55% -
HSV(B) 271.32º 0.72% 0.87% -
XYZ 26.45 14.69 69.85 -
YUV 104.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 145 62 221 0.34 0.72 0 0.13 271.32 0.7 0.55
Hex 91 3E DD 22 48 0 D 10F 46 37
Octal 221 76 335 42 110 0 15 417 106 67
Binary 10010001 111110 11011101 100010 1001000 0 1101 100001111 1000110 110111

Color Harmonies of #913EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913EDD

Black with #913EDD

Text Example


Text Example

White with #913EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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