Html Css Color HEX #981BAB Dark Orchid

📋 copy color: '#981BAB'

red 152 ◦ green 27 ◦ blue 171

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

Shades of Dark Orchid #981BAB

Tints of Dark Orchid #981BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 43.43%
G = 7.71%
B = 48.86%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#981BAB (or 0x981BAB) is known color: Dark Orchid. HEX triplet: 98, 1B and AB. RGB value is (152,27,171). Sum of RGB (Red+Green+Blue) = 152+27+171=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #981BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981BAB is #67E454. Grayscale: #505050. Windows color (decimal): -6808661 or 11213720. OLE color: 11213720.

HSL color Cylindrical-coordinate representation of color #981BAB: hue angle of 292.08º 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 #981BAB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 27 171 -
CMYK 0.11 0.84 0 0.33
HSL 292.08º 0.73% 0.39% -
HSV(B) 292.08º 0.84% 0.67% -
XYZ 20.69 10.4 39.44 -
YUV 80.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 152 27 171 0.11 0.84 0 0.33 292.08 0.73 0.39
Hex 98 1B AB B 54 0 21 124 49 27
Octal 230 33 253 13 124 0 41 444 111 47
Binary 10011000 11011 10101011 1011 1010100 0 100001 100100100 1001001 100111

Color Harmonies of #981BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BAB

Black with #981BAB

Text Example


Text Example

White with #981BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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