Html Css Color HEX #991CC2 Dark Orchid

📋 copy color: '#991CC2'

red 153 ◦ green 28 ◦ blue 194

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

Shades of Dark Orchid #991CC2

Tints of Dark Orchid #991CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 51.73%

R = 40.8%
G = 7.47%
B = 51.73%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#991CC2 (or 0x991CC2) is known color: Dark Orchid. HEX triplet: 99, 1C and C2. RGB value is (153,28,194). Sum of RGB (Red+Green+Blue) = 153+28+194=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #991CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CC2 is #66E33D. Grayscale: #535353. Windows color (decimal): -6742846 or 12721305. OLE color: 12721305.

HSL color Cylindrical-coordinate representation of color #991CC2: hue angle of 285.18º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991CC2 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 28 194 -
CMYK 0.21 0.86 0 0.24
HSL 285.18º 0.75% 0.44% -
HSV(B) 285.18º 0.86% 0.76% -
XYZ 23.29 11.5 52.03 -
YUV 84.3 189.91 177 -
System Red Green Blue C M Y K H S L
Decimal 153 28 194 0.21 0.86 0 0.24 285.18 0.75 0.44
Hex 99 1C C2 15 56 0 18 11D 4B 2C
Octal 231 34 302 25 126 0 30 435 113 54
Binary 10011001 11100 11000010 10101 1010110 0 11000 100011101 1001011 101100

Color Harmonies of #991CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CC2

Black with #991CC2

Text Example


Text Example

White with #991CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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