Html Css Color HEX #981DBC Dark Orchid

📋 copy color: '#981DBC'

red 152 ◦ green 29 ◦ blue 188

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

Shades of Dark Orchid #981DBC

Tints of Dark Orchid #981DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.86%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 41.19%
G = 7.86%
B = 50.95%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#981DBC (or 0x981DBC) is known color: Dark Orchid. HEX triplet: 98, 1D and BC. RGB value is (152,29,188). Sum of RGB (Red+Green+Blue) = 152+29+188=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #981DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DBC is #67E243. Grayscale: #535353. Windows color (decimal): -6808132 or 12328344. OLE color: 12328344.

HSL color Cylindrical-coordinate representation of color #981DBC: hue angle of 286.42º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981DBC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 29 188 -
CMYK 0.19 0.85 0 0.26
HSL 286.42º 0.73% 0.43% -
HSV(B) 286.42º 0.85% 0.74% -
XYZ 22.47 11.18 48.55 -
YUV 83.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 152 29 188 0.19 0.85 0 0.26 286.42 0.73 0.43
Hex 98 1D BC 13 55 0 1A 11E 49 2B
Octal 230 35 274 23 125 0 32 436 111 53
Binary 10011000 11101 10111100 10011 1010101 0 11010 100011110 1001001 101011

Color Harmonies of #981DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DBC

Black with #981DBC

Text Example


Text Example

White with #981DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,188); }

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

background-color css

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

 a { background-color: rgb(152,29,188); }

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

border-color css

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

 span { border-color: rgb(152,29,188); }

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