Html Css Color HEX #981EAF Dark Orchid

📋 copy color: '#981EAF'

red 152 ◦ green 30 ◦ blue 175

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

Shades of Dark Orchid #981EAF

Tints of Dark Orchid #981EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

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

R = 42.58%
G = 8.4%
B = 49.02%

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

#981EAF (or 0x981EAF) is known color: Dark Orchid. HEX triplet: 98, 1E and AF. RGB value is (152,30,175). Sum of RGB (Red+Green+Blue) = 152+30+175=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #981EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981EAF is #67E150. Grayscale: #525252. Windows color (decimal): -6807889 or 11476632. OLE color: 11476632.

HSL color Cylindrical-coordinate representation of color #981EAF: hue angle of 290.48º degrees, saturation: 0.71, 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 #981EAF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 30 175 -
CMYK 0.13 0.83 0 0.31
HSL 290.48º 0.71% 0.4% -
HSV(B) 290.48º 0.83% 0.69% -
XYZ 21.15 10.7 41.51 -
YUV 83.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 152 30 175 0.13 0.83 0 0.31 290.48 0.71 0.4
Hex 98 1E AF D 53 0 1F 122 47 28
Octal 230 36 257 15 123 0 37 442 107 50
Binary 10011000 11110 10101111 1101 1010011 0 11111 100100010 1000111 101000

Color Harmonies of #981EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EAF

Black with #981EAF

Text Example


Text Example

White with #981EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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