Html Css Color HEX #991ECB Dark Orchid

📋 copy color: '#991ECB'

red 153 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #991ECB

Tints of Dark Orchid #991ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.77%

 BLUE value IS 203 (79.69% from 255) = 52.59%

R = 39.64%
G = 7.77%
B = 52.59%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#991ECB (or 0x991ECB) is known color: Dark Orchid. HEX triplet: 99, 1E and CB. RGB value is (153,30,203). Sum of RGB (Red+Green+Blue) = 153+30+203=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #991ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ECB is #66E134. Grayscale: #555555. Windows color (decimal): -6742325 or 13311641. OLE color: 13311641.

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

Color convert

RGB 153 30 203 -
CMYK 0.25 0.85 0 0.20
HSL 282.66º 0.74% 0.46% -
HSV(B) 282.66º 0.85% 0.8% -
XYZ 24.38 12.01 57.53 -
YUV 86.5 193.75 175.43 -
System Red Green Blue C M Y K H S L
Decimal 153 30 203 0.25 0.85 0 0.20 282.66 0.74 0.46
Hex 99 1E CB 19 55 0 14 11B 4A 2E
Octal 231 36 313 31 125 0 24 433 112 56
Binary 10011001 11110 11001011 11001 1010101 0 10100 100011011 1001010 101110

Color Harmonies of #991ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991ECB

Black with #991ECB

Text Example


Text Example

White with #991ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,30,203); }

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

background-color css

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

 a { background-color: rgb(153,30,203); }

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

border-color css

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

 span { border-color: rgb(153,30,203); }

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