Html Css Color HEX #981DAF Dark Orchid

📋 copy color: '#981DAF'

red 152 ◦ green 29 ◦ blue 175

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

Shades of Dark Orchid #981DAF

Tints of Dark Orchid #981DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 42.7%
G = 8.15%
B = 49.16%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#981DAF (or 0x981DAF) is known color: Dark Orchid. HEX triplet: 98, 1D and AF. RGB value is (152,29,175). Sum of RGB (Red+Green+Blue) = 152+29+175=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #981DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981DAF is #67E250. Grayscale: #515151. Windows color (decimal): -6808145 or 11476376. OLE color: 11476376.

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

Color convert

RGB 152 29 175 -
CMYK 0.13 0.83 0 0.31
HSL 290.55º 0.72% 0.4% -
HSV(B) 290.55º 0.83% 0.69% -
XYZ 21.13 10.65 41.5 -
YUV 82.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 152 29 175 0.13 0.83 0 0.31 290.55 0.72 0.4
Hex 98 1D AF D 53 0 1F 123 48 28
Octal 230 35 257 15 123 0 37 443 110 50
Binary 10011000 11101 10101111 1101 1010011 0 11111 100100011 1001000 101000

Color Harmonies of #981DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DAF

Black with #981DAF

Text Example


Text Example

White with #981DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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