Html Css Color HEX #991EC0 Dark Orchid

📋 copy color: '#991EC0'

red 153 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #991EC0

Tints of Dark Orchid #991EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 40.8%
G = 8%
B = 51.2%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#991EC0 (or 0x991EC0) is known color: Dark Orchid. HEX triplet: 99, 1E and C0. RGB value is (153,30,192). Sum of RGB (Red+Green+Blue) = 153+30+192=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #991EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991EC0 is #66E13F. Grayscale: #545454. Windows color (decimal): -6742336 or 12590745. OLE color: 12590745.

HSL color Cylindrical-coordinate representation of color #991EC0: hue angle of 285.56º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991EC0 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 30 192 -
CMYK 0.20 0.84 0 0.25
HSL 285.56º 0.73% 0.44% -
HSV(B) 285.56º 0.84% 0.75% -
XYZ 23.12 11.51 50.87 -
YUV 85.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 153 30 192 0.20 0.84 0 0.25 285.56 0.73 0.44
Hex 99 1E C0 14 54 0 19 11E 49 2C
Octal 231 36 300 24 124 0 31 436 111 54
Binary 10011001 11110 11000000 10100 1010100 0 11001 100011110 1001001 101100

Color Harmonies of #991EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991EC0

Black with #991EC0

Text Example


Text Example

White with #991EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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