Html Css Color HEX #991CCD Dark Orchid

📋 copy color: '#991CCD'

red 153 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #991CCD

Tints of Dark Orchid #991CCD

RGB

 RED value IS 153 (60.16% from 255) = 39.64%

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

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

R = 39.64%
G = 7.25%
B = 53.11%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#991CCD (or 0x991CCD) is known color: Dark Orchid. HEX triplet: 99, 1C and CD. RGB value is (153,28,205). Sum of RGB (Red+Green+Blue) = 153+28+205=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #991CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CCD is #66E332. Grayscale: #545454. Windows color (decimal): -6742835 or 13442201. OLE color: 13442201.

HSL color Cylindrical-coordinate representation of color #991CCD: hue angle of 282.37º 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 #991CCD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 28 205 -
CMYK 0.25 0.86 0 0.20
HSL 282.37º 0.76% 0.46% -
HSV(B) 282.37º 0.86% 0.8% -
XYZ 24.57 12.01 58.78 -
YUV 85.55 195.41 176.11 -
System Red Green Blue C M Y K H S L
Decimal 153 28 205 0.25 0.86 0 0.20 282.37 0.76 0.46
Hex 99 1C CD 19 56 0 14 11A 4C 2E
Octal 231 34 315 31 126 0 24 432 114 56
Binary 10011001 11100 11001101 11001 1010110 0 10100 100011010 1001100 101110

Color Harmonies of #991CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CCD

Black with #991CCD

Text Example


Text Example

White with #991CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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