Html Css Color HEX #981BAC Dark Orchid

📋 copy color: '#981BAC'

red 152 ◦ green 27 ◦ blue 172

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

Shades of Dark Orchid #981BAC

Tints of Dark Orchid #981BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.69%

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

R = 43.3%
G = 7.69%
B = 49%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#981BAC (or 0x981BAC) is known color: Dark Orchid. HEX triplet: 98, 1B and AC. RGB value is (152,27,172). Sum of RGB (Red+Green+Blue) = 152+27+172=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #981BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981BAC is #67E453. Grayscale: #505050. Windows color (decimal): -6808660 or 11279256. OLE color: 11279256.

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

Color convert

RGB 152 27 172 -
CMYK 0.12 0.84 0 0.33
HSL 291.72º 0.73% 0.39% -
HSV(B) 291.72º 0.84% 0.67% -
XYZ 20.79 10.44 39.95 -
YUV 80.91 179.41 178.71 -
System Red Green Blue C M Y K H S L
Decimal 152 27 172 0.12 0.84 0 0.33 291.72 0.73 0.39
Hex 98 1B AC C 54 0 21 124 49 27
Octal 230 33 254 14 124 0 41 444 111 47
Binary 10011000 11011 10101100 1100 1010100 0 100001 100100100 1001001 100111

Color Harmonies of #981BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BAC

Black with #981BAC

Text Example


Text Example

White with #981BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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