Html Css Color HEX #981BB6 Dark Orchid

📋 copy color: '#981BB6'

red 152 ◦ green 27 ◦ blue 182

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

Shades of Dark Orchid #981BB6

Tints of Dark Orchid #981BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.42%

R = 42.11%
G = 7.48%
B = 50.42%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#981BB6 (or 0x981BB6) is known color: Dark Orchid. HEX triplet: 98, 1B and B6. RGB value is (152,27,182). Sum of RGB (Red+Green+Blue) = 152+27+182=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #981BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BB6 is #67E449. Grayscale: #515151. Windows color (decimal): -6808650 or 11934616. OLE color: 11934616.

HSL color Cylindrical-coordinate representation of color #981BB6: hue angle of 288.39º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981BB6 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 27 182 -
CMYK 0.16 0.85 0 0.29
HSL 288.39º 0.74% 0.41% -
HSV(B) 288.39º 0.85% 0.71% -
XYZ 21.78 10.84 45.2 -
YUV 82.05 184.41 177.9 -
System Red Green Blue C M Y K H S L
Decimal 152 27 182 0.16 0.85 0 0.29 288.39 0.74 0.41
Hex 98 1B B6 10 55 0 1D 120 4A 29
Octal 230 33 266 20 125 0 35 440 112 51
Binary 10011000 11011 10110110 10000 1010101 0 11101 100100000 1001010 101001

Color Harmonies of #981BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BB6

Black with #981BB6

Text Example


Text Example

White with #981BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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