Html Css Color HEX #913FCD Dark Orchid

📋 copy color: '#913FCD'

red 145 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #913FCD

Tints of Dark Orchid #913FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 35.11%
G = 15.25%
B = 49.64%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#913FCD (or 0x913FCD) is known color: Dark Orchid. HEX triplet: 91, 3F and CD. RGB value is (145,63,205). Sum of RGB (Red+Green+Blue) = 145+63+205=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #913FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913FCD is #6EC032. Grayscale: #676767. Windows color (decimal): -7258163 or 13451153. OLE color: 13451153.

HSL color Cylindrical-coordinate representation of color #913FCD: hue angle of 274.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913FCD is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 63 205 -
CMYK 0.29 0.69 0 0.20
HSL 274.65º 0.59% 0.53% -
HSV(B) 274.65º 0.69% 0.8% -
XYZ 24.47 13.98 59.17 -
YUV 103.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 145 63 205 0.29 0.69 0 0.20 274.65 0.59 0.53
Hex 91 3F CD 1D 45 0 14 113 3B 35
Octal 221 77 315 35 105 0 24 423 73 65
Binary 10010001 111111 11001101 11101 1000101 0 10100 100010011 111011 110101

Color Harmonies of #913FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913FCD

Black with #913FCD

Text Example


Text Example

White with #913FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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