Html Css Color HEX #981FAC Dark Orchid

📋 copy color: '#981FAC'

red 152 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #981FAC

Tints of Dark Orchid #981FAC

RGB

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

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

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

R = 42.82%
G = 8.73%
B = 48.45%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#981FAC (or 0x981FAC) is known color: Dark Orchid. HEX triplet: 98, 1F and AC. RGB value is (152,31,172). Sum of RGB (Red+Green+Blue) = 152+31+172=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #981FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981FAC is #67E053. Grayscale: #525252. Windows color (decimal): -6807636 or 11280280. OLE color: 11280280.

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

Color convert

RGB 152 31 172 -
CMYK 0.12 0.82 0 0.33
HSL 291.49º 0.69% 0.4% -
HSV(B) 291.49º 0.82% 0.67% -
XYZ 20.89 10.63 39.98 -
YUV 83.25 178.09 177.04 -
System Red Green Blue C M Y K H S L
Decimal 152 31 172 0.12 0.82 0 0.33 291.49 0.69 0.4
Hex 98 1F AC C 52 0 21 123 45 28
Octal 230 37 254 14 122 0 41 443 105 50
Binary 10011000 11111 10101100 1100 1010010 0 100001 100100011 1000101 101000

Color Harmonies of #981FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FAC

Black with #981FAC

Text Example


Text Example

White with #981FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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