Html Css Color HEX #913ED0 Dark Orchid

📋 copy color: '#913ED0'

red 145 ◦ green 62 ◦ blue 208

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

Shades of Dark Orchid #913ED0

Tints of Dark Orchid #913ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.12%

R = 34.94%
G = 14.94%
B = 50.12%

CMYK

 C value IS 0.30

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#913ED0 (or 0x913ED0) is known color: Dark Orchid. HEX triplet: 91, 3E and D0. RGB value is (145,62,208). Sum of RGB (Red+Green+Blue) = 145+62+208=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 208 (81.64% from 255 or 50.12% from 415); Max value from RGB is 208 - color contains mainly: blue. Hex color #913ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ED0 is #6EC12F. Grayscale: #666666. Windows color (decimal): -7258416 or 13647505. OLE color: 13647505.

HSL color Cylindrical-coordinate representation of color #913ED0: hue angle of 274.11º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913ED0 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 62 208 -
CMYK 0.30 0.70 0 0.18
HSL 274.11º 0.61% 0.53% -
HSV(B) 274.11º 0.7% 0.82% -
XYZ 24.78 14.02 61.07 -
YUV 103.46 187 157.63 -
System Red Green Blue C M Y K H S L
Decimal 145 62 208 0.30 0.70 0 0.18 274.11 0.61 0.53
Hex 91 3E D0 1E 46 0 12 112 3D 35
Octal 221 76 320 36 106 0 22 422 75 65
Binary 10010001 111110 11010000 11110 1000110 0 10010 100010010 111101 110101

Color Harmonies of #913ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913ED0

Black with #913ED0

Text Example


Text Example

White with #913ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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