Html Css Color HEX #981DD5 Dark Orchid

📋 copy color: '#981DD5'

red 152 ◦ green 29 ◦ blue 213

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

Shades of Dark Orchid #981DD5

Tints of Dark Orchid #981DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 54.06%

R = 38.58%
G = 7.36%
B = 54.06%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#981DD5 (or 0x981DD5) is known color: Dark Orchid. HEX triplet: 98, 1D and D5. RGB value is (152,29,213). Sum of RGB (Red+Green+Blue) = 152+29+213=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #981DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DD5 is #67E22A. Grayscale: #565656. Windows color (decimal): -6808107 or 13966744. OLE color: 13966744.

HSL color Cylindrical-coordinate representation of color #981DD5: hue angle of 280.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981DD5 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 152 29 213 -
CMYK 0.29 0.86 0 0.16
HSL 280.11º 0.76% 0.47% -
HSV(B) 280.11º 0.86% 0.84% -
XYZ 25.4 12.36 64 -
YUV 86.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 152 29 213 0.29 0.86 0 0.16 280.11 0.76 0.47
Hex 98 1D D5 1D 56 0 10 118 4C 2F
Octal 230 35 325 35 126 0 20 430 114 57
Binary 10011000 11101 11010101 11101 1010110 0 10000 100011000 1001100 101111

Color Harmonies of #981DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DD5

Black with #981DD5

Text Example


Text Example

White with #981DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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