Html Css Color HEX #981EC0 Dark Orchid

📋 copy color: '#981EC0'

red 152 ◦ green 30 ◦ blue 192

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

Shades of Dark Orchid #981EC0

Tints of Dark Orchid #981EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 40.64%
G = 8.02%
B = 51.34%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#981EC0 (or 0x981EC0) is known color: Dark Orchid. HEX triplet: 98, 1E and C0. RGB value is (152,30,192). Sum of RGB (Red+Green+Blue) = 152+30+192=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #981EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981EC0 is #67E13F. Grayscale: #545454. Windows color (decimal): -6807872 or 12590744. OLE color: 12590744.

HSL color Cylindrical-coordinate representation of color #981EC0: hue angle of 285.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981EC0 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 30 192 -
CMYK 0.21 0.84 0 0.25
HSL 285.19º 0.73% 0.44% -
HSV(B) 285.19º 0.84% 0.75% -
XYZ 22.93 11.41 50.86 -
YUV 84.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 152 30 192 0.21 0.84 0 0.25 285.19 0.73 0.44
Hex 98 1E C0 15 54 0 19 11D 49 2C
Octal 230 36 300 25 124 0 31 435 111 54
Binary 10011000 11110 11000000 10101 1010100 0 11001 100011101 1001001 101100

Color Harmonies of #981EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EC0

Black with #981EC0

Text Example


Text Example

White with #981EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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