Html Css Color HEX #991CBC Dark Orchid

📋 copy color: '#991CBC'

red 153 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #991CBC

Tints of Dark Orchid #991CBC

RGB

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

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

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

R = 41.46%
G = 7.59%
B = 50.95%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#991CBC (or 0x991CBC) is known color: Dark Orchid. HEX triplet: 99, 1C and BC. RGB value is (153,28,188). Sum of RGB (Red+Green+Blue) = 153+28+188=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #991CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991CBC is #66E343. Grayscale: #535353. Windows color (decimal): -6742852 or 12328089. OLE color: 12328089.

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

Color convert

RGB 153 28 188 -
CMYK 0.19 0.85 0 0.26
HSL 286.88º 0.74% 0.42% -
HSV(B) 286.88º 0.85% 0.74% -
XYZ 22.63 11.23 48.55 -
YUV 83.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 153 28 188 0.19 0.85 0 0.26 286.88 0.74 0.42
Hex 99 1C BC 13 55 0 1A 11F 4A 2A
Octal 231 34 274 23 125 0 32 437 112 52
Binary 10011001 11100 10111100 10011 1010101 0 11010 100011111 1001010 101010

Color Harmonies of #991CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991CBC

Black with #991CBC

Text Example


Text Example

White with #991CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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