Html Css Color HEX #991AD3 Dark Orchid

📋 copy color: '#991AD3'

red 153 ◦ green 26 ◦ blue 211

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

Shades of Dark Orchid #991AD3

Tints of Dark Orchid #991AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.1%

R = 39.23%
G = 6.67%
B = 54.1%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#991AD3 (or 0x991AD3) is known color: Dark Orchid. HEX triplet: 99, 1A and D3. RGB value is (153,26,211). Sum of RGB (Red+Green+Blue) = 153+26+211=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #991AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #991AD3 is #66E52C. Grayscale: #545454. Windows color (decimal): -6743341 or 13834905. OLE color: 13834905.

HSL color Cylindrical-coordinate representation of color #991AD3: hue angle of 281.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991AD3 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 26 211 -
CMYK 0.27 0.88 0 0.17
HSL 281.19º 0.78% 0.46% -
HSV(B) 281.19º 0.88% 0.83% -
XYZ 25.26 12.21 62.65 -
YUV 85.06 199.08 176.46 -
System Red Green Blue C M Y K H S L
Decimal 153 26 211 0.27 0.88 0 0.17 281.19 0.78 0.46
Hex 99 1A D3 1B 58 0 11 119 4E 2E
Octal 231 32 323 33 130 0 21 431 116 56
Binary 10011001 11010 11010011 11011 1011000 0 10001 100011001 1001110 101110

Color Harmonies of #991AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991AD3

Black with #991AD3

Text Example


Text Example

White with #991AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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