Html Css Color HEX #913FD1 Dark Orchid

📋 copy color: '#913FD1'

red 145 ◦ green 63 ◦ blue 209

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

Shades of Dark Orchid #913FD1

Tints of Dark Orchid #913FD1

RGB

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

 GREEN value IS 63 (25% from 255) = 15.11%

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

R = 34.77%
G = 15.11%
B = 50.12%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#913FD1 (or 0x913FD1) is known color: Dark Orchid. HEX triplet: 91, 3F and D1. RGB value is (145,63,209). Sum of RGB (Red+Green+Blue) = 145+63+209=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 209 (82.03% from 255 or 50.12% from 417); Max value from RGB is 209 - color contains mainly: blue. Hex color #913FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913FD1 is #6EC02E. Grayscale: #676767. Windows color (decimal): -7258159 or 13713297. OLE color: 13713297.

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

Color convert

RGB 145 63 209 -
CMYK 0.31 0.70 0 0.18
HSL 273.7º 0.61% 0.53% -
HSV(B) 273.7º 0.7% 0.82% -
XYZ 24.96 14.18 61.74 -
YUV 104.16 187.17 157.13 -
System Red Green Blue C M Y K H S L
Decimal 145 63 209 0.31 0.70 0 0.18 273.7 0.61 0.53
Hex 91 3F D1 1F 46 0 12 112 3D 35
Octal 221 77 321 37 106 0 22 422 75 65
Binary 10010001 111111 11010001 11111 1000110 0 10010 100010010 111101 110101

Color Harmonies of #913FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913FD1

Black with #913FD1

Text Example


Text Example

White with #913FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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