Html Css Color HEX #991FBC Dark Orchid

📋 copy color: '#991FBC'

red 153 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #991FBC

Tints of Dark Orchid #991FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.33%

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

R = 41.13%
G = 8.33%
B = 50.54%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#991FBC (or 0x991FBC) is known color: Dark Orchid. HEX triplet: 99, 1F and BC. RGB value is (153,31,188). Sum of RGB (Red+Green+Blue) = 153+31+188=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #991FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991FBC is #66E043. Grayscale: #545454. Windows color (decimal): -6742084 or 12328857. OLE color: 12328857.

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

Color convert

RGB 153 31 188 -
CMYK 0.19 0.84 0 0.26
HSL 286.62º 0.72% 0.43% -
HSV(B) 286.62º 0.84% 0.74% -
XYZ 22.7 11.38 48.58 -
YUV 85.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 153 31 188 0.19 0.84 0 0.26 286.62 0.72 0.43
Hex 99 1F BC 13 54 0 1A 11F 48 2B
Octal 231 37 274 23 124 0 32 437 110 53
Binary 10011001 11111 10111100 10011 1010100 0 11010 100011111 1001000 101011

Color Harmonies of #991FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991FBC

Black with #991FBC

Text Example


Text Example

White with #991FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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