Html Css Color HEX #981ECD Dark Orchid

📋 copy color: '#981ECD'

red 152 ◦ green 30 ◦ blue 205

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

Shades of Dark Orchid #981ECD

Tints of Dark Orchid #981ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.75%

 BLUE value IS 205 (80.47% from 255) = 52.97%

R = 39.28%
G = 7.75%
B = 52.97%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#981ECD (or 0x981ECD) is known color: Dark Orchid. HEX triplet: 98, 1E and CD. RGB value is (152,30,205). Sum of RGB (Red+Green+Blue) = 152+30+205=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #981ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ECD is #67E132. Grayscale: #555555. Windows color (decimal): -6807859 or 13442712. OLE color: 13442712.

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

Color convert

RGB 152 30 205 -
CMYK 0.26 0.85 0 0.20
HSL 281.83º 0.74% 0.46% -
HSV(B) 281.83º 0.85% 0.8% -
XYZ 24.43 12.01 58.79 -
YUV 86.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 152 30 205 0.26 0.85 0 0.20 281.83 0.74 0.46
Hex 98 1E CD 1A 55 0 14 11A 4A 2E
Octal 230 36 315 32 125 0 24 432 112 56
Binary 10011000 11110 11001101 11010 1010101 0 10100 100011010 1001010 101110

Color Harmonies of #981ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981ECD

Black with #981ECD

Text Example


Text Example

White with #981ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,30,205); }

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

background-color css

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

 a { background-color: rgb(152,30,205); }

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

border-color css

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

 span { border-color: rgb(152,30,205); }

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