Html Css Color HEX #911CCD Dark Orchid

📋 copy color: '#911CCD'

red 145 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #911CCD

Tints of Dark Orchid #911CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.41%

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

R = 38.36%
G = 7.41%
B = 54.23%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#911CCD (or 0x911CCD) is known color: Dark Orchid. HEX triplet: 91, 1C and CD. RGB value is (145,28,205). Sum of RGB (Red+Green+Blue) = 145+28+205=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #911CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CCD is #6EE332. Grayscale: #525252. Windows color (decimal): -7267123 or 13442193. OLE color: 13442193.

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

Color convert

RGB 145 28 205 -
CMYK 0.29 0.86 0 0.20
HSL 279.66º 0.76% 0.46% -
HSV(B) 279.66º 0.86% 0.8% -
XYZ 23.11 11.26 58.71 -
YUV 83.16 196.76 172.11 -
System Red Green Blue C M Y K H S L
Decimal 145 28 205 0.29 0.86 0 0.20 279.66 0.76 0.46
Hex 91 1C CD 1D 56 0 14 118 4C 2E
Octal 221 34 315 35 126 0 24 430 114 56
Binary 10010001 11100 11001101 11101 1010110 0 10100 100011000 1001100 101110

Color Harmonies of #911CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911CCD

Black with #911CCD

Text Example


Text Example

White with #911CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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