Html Css Color HEX #991ACB Dark Orchid

📋 copy color: '#991ACB'

red 153 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #991ACB

Tints of Dark Orchid #991ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.14%

R = 40.05%
G = 6.81%
B = 53.14%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#991ACB (or 0x991ACB) is known color: Dark Orchid. HEX triplet: 99, 1A and CB. RGB value is (153,26,203). Sum of RGB (Red+Green+Blue) = 153+26+203=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #991ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991ACB is #66E534. Grayscale: #535353. Windows color (decimal): -6743349 or 13310617. OLE color: 13310617.

HSL color Cylindrical-coordinate representation of color #991ACB: hue angle of 283.05º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991ACB is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 153 26 203 -
CMYK 0.25 0.87 0 0.20
HSL 283.05º 0.77% 0.45% -
HSV(B) 283.05º 0.87% 0.8% -
XYZ 24.29 11.82 57.5 -
YUV 84.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 153 26 203 0.25 0.87 0 0.20 283.05 0.77 0.45
Hex 99 1A CB 19 57 0 14 11B 4D 2D
Octal 231 32 313 31 127 0 24 433 115 55
Binary 10011001 11010 11001011 11001 1010111 0 10100 100011011 1001101 101101

Color Harmonies of #991ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991ACB

Black with #991ACB

Text Example


Text Example

White with #991ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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