Html Css Color HEX #913DD0 Dark Orchid

📋 copy color: '#913DD0'

red 145 ◦ green 61 ◦ blue 208

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

Shades of Dark Orchid #913DD0

Tints of Dark Orchid #913DD0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.73%

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

R = 35.02%
G = 14.73%
B = 50.24%

CMYK

 C value IS 0.30

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#913DD0 (or 0x913DD0) is known color: Dark Orchid. HEX triplet: 91, 3D and D0. RGB value is (145,61,208). Sum of RGB (Red+Green+Blue) = 145+61+208=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 208 (81.64% from 255 or 50.24% from 414); Max value from RGB is 208 - color contains mainly: blue. Hex color #913DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DD0 is #6EC22F. Grayscale: #666666. Windows color (decimal): -7258672 or 13647249. OLE color: 13647249.

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

Color convert

RGB 145 61 208 -
CMYK 0.30 0.71 0 0.18
HSL 274.29º 0.61% 0.53% -
HSV(B) 274.29º 0.71% 0.82% -
XYZ 24.73 13.91 61.06 -
YUV 102.87 187.33 158.05 -
System Red Green Blue C M Y K H S L
Decimal 145 61 208 0.30 0.71 0 0.18 274.29 0.61 0.53
Hex 91 3D D0 1E 47 0 12 112 3D 35
Octal 221 75 320 36 107 0 22 422 75 65
Binary 10010001 111101 11010000 11110 1000111 0 10010 100010010 111101 110101

Color Harmonies of #913DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913DD0

Black with #913DD0

Text Example


Text Example

White with #913DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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