Html Css Color HEX #913DBF Dark Orchid

📋 copy color: '#913DBF'

red 145 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #913DBF

Tints of Dark Orchid #913DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.11%

R = 36.52%
G = 15.37%
B = 48.11%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#913DBF (or 0x913DBF) is known color: Dark Orchid. HEX triplet: 91, 3D and BF. RGB value is (145,61,191). Sum of RGB (Red+Green+Blue) = 145+61+191=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #913DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DBF is #6EC240. Grayscale: #646464. Windows color (decimal): -7258689 or 12533137. OLE color: 12533137.

HSL color Cylindrical-coordinate representation of color #913DBF: hue angle of 278.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #913DBF is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 61 191 -
CMYK 0.24 0.68 0 0.25
HSL 278.77º 0.52% 0.49% -
HSV(B) 278.77º 0.68% 0.75% -
XYZ 22.75 13.12 50.62 -
YUV 100.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 145 61 191 0.24 0.68 0 0.25 278.77 0.52 0.49
Hex 91 3D BF 18 44 0 19 117 34 31
Octal 221 75 277 30 104 0 31 427 64 61
Binary 10010001 111101 10111111 11000 1000100 0 11001 100010111 110100 110001

Color Harmonies of #913DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913DBF

Black with #913DBF

Text Example


Text Example

White with #913DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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