Html Css Color HEX #981EC1 Dark Orchid

📋 copy color: '#981EC1'

red 152 ◦ green 30 ◦ blue 193

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

Shades of Dark Orchid #981EC1

Tints of Dark Orchid #981EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 40.53%
G = 8%
B = 51.47%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#981EC1 (or 0x981EC1) is known color: Dark Orchid. HEX triplet: 98, 1E and C1. RGB value is (152,30,193). Sum of RGB (Red+Green+Blue) = 152+30+193=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #981EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981EC1 is #67E13E. Grayscale: #545454. Windows color (decimal): -6807871 or 12656280. OLE color: 12656280.

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

Color convert

RGB 152 30 193 -
CMYK 0.21 0.84 0 0.24
HSL 284.91º 0.73% 0.44% -
HSV(B) 284.91º 0.84% 0.76% -
XYZ 23.04 11.45 51.45 -
YUV 85.06 188.92 175.75 -
System Red Green Blue C M Y K H S L
Decimal 152 30 193 0.21 0.84 0 0.24 284.91 0.73 0.44
Hex 98 1E C1 15 54 0 18 11D 49 2C
Octal 230 36 301 25 124 0 30 435 111 54
Binary 10011000 11110 11000001 10101 1010100 0 11000 100011101 1001001 101100

Color Harmonies of #981EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EC1

Black with #981EC1

Text Example


Text Example

White with #981EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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