Html Css Color HEX #991ECE Dark Orchid

📋 copy color: '#991ECE'

red 153 ◦ green 30 ◦ blue 206

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

Shades of Dark Orchid #991ECE

Tints of Dark Orchid #991ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 39.33%
G = 7.71%
B = 52.96%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#991ECE (or 0x991ECE) is known color: Dark Orchid. HEX triplet: 99, 1E and CE. RGB value is (153,30,206). Sum of RGB (Red+Green+Blue) = 153+30+206=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #991ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ECE is #66E131. Grayscale: #565656. Windows color (decimal): -6742322 or 13508249. OLE color: 13508249.

HSL color Cylindrical-coordinate representation of color #991ECE: hue angle of 281.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991ECE is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 30 206 -
CMYK 0.26 0.85 0 0.19
HSL 281.93º 0.75% 0.46% -
HSV(B) 281.93º 0.85% 0.81% -
XYZ 24.74 12.16 59.44 -
YUV 86.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 153 30 206 0.26 0.85 0 0.19 281.93 0.75 0.46
Hex 99 1E CE 1A 55 0 13 11A 4B 2E
Octal 231 36 316 32 125 0 23 432 113 56
Binary 10011001 11110 11001110 11010 1010101 0 10011 100011010 1001011 101110

Color Harmonies of #991ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991ECE

Black with #991ECE

Text Example


Text Example

White with #991ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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