Html Css Color HEX #981DAE Dark Orchid

📋 copy color: '#981DAE'

red 152 ◦ green 29 ◦ blue 174

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

Shades of Dark Orchid #981DAE

Tints of Dark Orchid #981DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.01%

R = 42.82%
G = 8.17%
B = 49.01%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#981DAE (or 0x981DAE) is known color: Dark Orchid. HEX triplet: 98, 1D and AE. RGB value is (152,29,174). Sum of RGB (Red+Green+Blue) = 152+29+174=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #981DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981DAE is #67E251. Grayscale: #515151. Windows color (decimal): -6808146 or 11410840. OLE color: 11410840.

HSL color Cylindrical-coordinate representation of color #981DAE: hue angle of 290.9º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981DAE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 29 174 -
CMYK 0.13 0.83 0 0.32
HSL 290.9º 0.71% 0.4% -
HSV(B) 290.9º 0.83% 0.68% -
XYZ 21.03 10.61 40.98 -
YUV 82.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 152 29 174 0.13 0.83 0 0.32 290.9 0.71 0.4
Hex 98 1D AE D 53 0 20 123 47 28
Octal 230 35 256 15 123 0 40 443 107 50
Binary 10011000 11101 10101110 1101 1010011 0 100000 100100011 1000111 101000

Color Harmonies of #981DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DAE

Black with #981DAE

Text Example


Text Example

White with #981DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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