Html Css Color HEX #991ABC Dark Orchid

📋 copy color: '#991ABC'

red 153 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #991ABC

Tints of Dark Orchid #991ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.08%

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 41.69%
G = 7.08%
B = 51.23%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#991ABC (or 0x991ABC) is known color: Dark Orchid. HEX triplet: 99, 1A and BC. RGB value is (153,26,188). Sum of RGB (Red+Green+Blue) = 153+26+188=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #991ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ABC is #66E543. Grayscale: #515151. Windows color (decimal): -6743364 or 12327577. OLE color: 12327577.

HSL color Cylindrical-coordinate representation of color #991ABC: hue angle of 287.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991ABC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 26 188 -
CMYK 0.19 0.86 0 0.26
HSL 287.04º 0.76% 0.42% -
HSV(B) 287.04º 0.86% 0.74% -
XYZ 22.58 11.14 48.54 -
YUV 82.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 153 26 188 0.19 0.86 0 0.26 287.04 0.76 0.42
Hex 99 1A BC 13 56 0 1A 11F 4C 2A
Octal 231 32 274 23 126 0 32 437 114 52
Binary 10011001 11010 10111100 10011 1010110 0 11010 100011111 1001100 101010

Color Harmonies of #991ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991ABC

Black with #991ABC

Text Example


Text Example

White with #991ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,26,188); }

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

background-color css

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

 a { background-color: rgb(153,26,188); }

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

border-color css

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

 span { border-color: rgb(153,26,188); }

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