Html Css Color HEX #913ED5 Dark Orchid

📋 copy color: '#913ED5'

red 145 ◦ green 62 ◦ blue 213

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

Shades of Dark Orchid #913ED5

Tints of Dark Orchid #913ED5

RGB

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

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

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

R = 34.52%
G = 14.76%
B = 50.71%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#913ED5 (or 0x913ED5) is known color: Dark Orchid. HEX triplet: 91, 3E and D5. RGB value is (145,62,213). Sum of RGB (Red+Green+Blue) = 145+62+213=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #913ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ED5 is #6EC12A. Grayscale: #676767. Windows color (decimal): -7258411 or 13975185. OLE color: 13975185.

HSL color Cylindrical-coordinate representation of color #913ED5: hue angle of 272.98º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913ED5 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 145 62 213 -
CMYK 0.32 0.71 0 0.16
HSL 272.98º 0.64% 0.54% -
HSV(B) 272.98º 0.71% 0.84% -
XYZ 25.41 14.27 64.37 -
YUV 104.03 189.5 157.22 -
System Red Green Blue C M Y K H S L
Decimal 145 62 213 0.32 0.71 0 0.16 272.98 0.64 0.54
Hex 91 3E D5 20 47 0 10 111 40 36
Octal 221 76 325 40 107 0 20 421 100 66
Binary 10010001 111110 11010101 100000 1000111 0 10000 100010001 1000000 110110

Color Harmonies of #913ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913ED5

Black with #913ED5

Text Example


Text Example

White with #913ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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