Html Css Color HEX #981DAC Dark Orchid

📋 copy color: '#981DAC'

red 152 ◦ green 29 ◦ blue 172

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

Shades of Dark Orchid #981DAC

Tints of Dark Orchid #981DAC

RGB

 RED value IS 152 (59.77% from 255) = 43.06%

 GREEN value IS 29 (11.72% from 255) = 8.22%

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 43.06%
G = 8.22%
B = 48.73%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#981DAC (or 0x981DAC) is known color: Dark Orchid. HEX triplet: 98, 1D and AC. RGB value is (152,29,172). Sum of RGB (Red+Green+Blue) = 152+29+172=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #981DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981DAC is #67E253. Grayscale: #515151. Windows color (decimal): -6808148 or 11279768. OLE color: 11279768.

HSL color Cylindrical-coordinate representation of color #981DAC: hue angle of 291.61º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981DAC is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 29 172 -
CMYK 0.12 0.83 0 0.33
HSL 291.61º 0.71% 0.39% -
HSV(B) 291.61º 0.83% 0.67% -
XYZ 20.83 10.53 39.96 -
YUV 82.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 152 29 172 0.12 0.83 0 0.33 291.61 0.71 0.39
Hex 98 1D AC C 53 0 21 124 47 27
Octal 230 35 254 14 123 0 41 444 107 47
Binary 10011000 11101 10101100 1100 1010011 0 100001 100100100 1000111 100111

Color Harmonies of #981DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DAC

Black with #981DAC

Text Example


Text Example

White with #981DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981DAC; }

 p { color: rgb(152,29,172); }

 H1.HeaderClassName
 {
   color: #981DAC;
 }
 .AnyTagClassName
 {
   color: #981DAC;
 }
</style>

background-color css

<style>
 a { background-color: #981DAC; }

 a { background-color: rgb(152,29,172); }

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

border-color css

<style>
 span { border-color: #981DAC; }

 span { border-color: rgb(152,29,172); }

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