Html Css Color HEX #911FCD Dark Orchid

📋 copy color: '#911FCD'

red 145 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #911FCD

Tints of Dark Orchid #911FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

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

R = 38.06%
G = 8.14%
B = 53.81%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#911FCD (or 0x911FCD) is known color: Dark Orchid. HEX triplet: 91, 1F and CD. RGB value is (145,31,205). Sum of RGB (Red+Green+Blue) = 145+31+205=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #911FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911FCD is #6EE032. Grayscale: #545454. Windows color (decimal): -7266355 or 13442961. OLE color: 13442961.

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

Color convert

RGB 145 31 205 -
CMYK 0.29 0.85 0 0.20
HSL 279.31º 0.74% 0.46% -
HSV(B) 279.31º 0.85% 0.8% -
XYZ 23.19 11.41 58.74 -
YUV 84.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 145 31 205 0.29 0.85 0 0.20 279.31 0.74 0.46
Hex 91 1F CD 1D 55 0 14 117 4A 2E
Octal 221 37 315 35 125 0 24 427 112 56
Binary 10010001 11111 11001101 11101 1010101 0 10100 100010111 1001010 101110

Color Harmonies of #911FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911FCD

Black with #911FCD

Text Example


Text Example

White with #911FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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