Html Css Color HEX #981FAA Dark Orchid

📋 copy color: '#981FAA'

red 152 ◦ green 31 ◦ blue 170

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

Shades of Dark Orchid #981FAA

Tints of Dark Orchid #981FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 43.06%
G = 8.78%
B = 48.16%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#981FAA (or 0x981FAA) is known color: Dark Orchid. HEX triplet: 98, 1F and AA. RGB value is (152,31,170). Sum of RGB (Red+Green+Blue) = 152+31+170=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #981FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981FAA is #67E055. Grayscale: #525252. Windows color (decimal): -6807638 or 11149208. OLE color: 11149208.

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

Color convert

RGB 152 31 170 -
CMYK 0.11 0.82 0 0.33
HSL 292.23º 0.69% 0.39% -
HSV(B) 292.23º 0.82% 0.67% -
XYZ 20.69 10.56 38.98 -
YUV 83.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 152 31 170 0.11 0.82 0 0.33 292.23 0.69 0.39
Hex 98 1F AA B 52 0 21 124 45 27
Octal 230 37 252 13 122 0 41 444 105 47
Binary 10011000 11111 10101010 1011 1010010 0 100001 100100100 1000101 100111

Color Harmonies of #981FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FAA

Black with #981FAA

Text Example


Text Example

White with #981FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,170); }

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

background-color css

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

 a { background-color: rgb(152,31,170); }

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

border-color css

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

 span { border-color: rgb(152,31,170); }

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