Html Css Color HEX #913DB9 Dark Orchid

📋 copy color: '#913DB9'

red 145 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #913DB9

Tints of Dark Orchid #913DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.31%

R = 37.08%
G = 15.6%
B = 47.31%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#913DB9 (or 0x913DB9) is known color: Dark Orchid. HEX triplet: 91, 3D and B9. RGB value is (145,61,185). Sum of RGB (Red+Green+Blue) = 145+61+185=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #913DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DB9 is #6EC246. Grayscale: #636363. Windows color (decimal): -7258695 or 12139921. OLE color: 12139921.

HSL color Cylindrical-coordinate representation of color #913DB9: hue angle of 280.65º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913DB9 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 61 185 -
CMYK 0.22 0.67 0 0.27
HSL 280.65º 0.5% 0.48% -
HSV(B) 280.65º 0.67% 0.73% -
XYZ 22.1 12.86 47.22 -
YUV 100.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 145 61 185 0.22 0.67 0 0.27 280.65 0.5 0.48
Hex 91 3D B9 16 43 0 1B 119 32 30
Octal 221 75 271 26 103 0 33 431 62 60
Binary 10010001 111101 10111001 10110 1000011 0 11011 100011001 110010 110000

Color Harmonies of #913DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913DB9

Black with #913DB9

Text Example


Text Example

White with #913DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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