Html Css Color HEX #913DD1 Dark Orchid

📋 copy color: '#913DD1'

red 145 ◦ green 61 ◦ blue 209

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

Shades of Dark Orchid #913DD1

Tints of Dark Orchid #913DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.36%

R = 34.94%
G = 14.7%
B = 50.36%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#913DD1 (or 0x913DD1) is known color: Dark Orchid. HEX triplet: 91, 3D and D1. RGB value is (145,61,209). Sum of RGB (Red+Green+Blue) = 145+61+209=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #913DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DD1 is #6EC22E. Grayscale: #666666. Windows color (decimal): -7258671 or 13712785. OLE color: 13712785.

HSL color Cylindrical-coordinate representation of color #913DD1: hue angle of 274.05º degrees, saturation: 0.62, 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 #913DD1 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 61 209 -
CMYK 0.31 0.71 0 0.18
HSL 274.05º 0.62% 0.53% -
HSV(B) 274.05º 0.71% 0.82% -
XYZ 24.85 13.96 61.71 -
YUV 102.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 145 61 209 0.31 0.71 0 0.18 274.05 0.62 0.53
Hex 91 3D D1 1F 47 0 12 112 3E 35
Octal 221 75 321 37 107 0 22 422 76 65
Binary 10010001 111101 11010001 11111 1000111 0 10010 100010010 111110 110101

Color Harmonies of #913DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913DD1

Black with #913DD1

Text Example


Text Example

White with #913DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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