Html Css Color HEX #981FD1 Dark Orchid

📋 copy color: '#981FD1'

red 152 ◦ green 31 ◦ blue 209

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

Shades of Dark Orchid #981FD1

Tints of Dark Orchid #981FD1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.91%

 BLUE value IS 209 (82.03% from 255) = 53.32%

R = 38.78%
G = 7.91%
B = 53.32%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#981FD1 (or 0x981FD1) is known color: Dark Orchid. HEX triplet: 98, 1F and D1. RGB value is (152,31,209). Sum of RGB (Red+Green+Blue) = 152+31+209=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 209 (82.03% from 255 or 53.32% from 392); Max value from RGB is 209 - color contains mainly: blue. Hex color #981FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FD1 is #67E02E. Grayscale: #565656. Windows color (decimal): -6807599 or 13705112. OLE color: 13705112.

HSL color Cylindrical-coordinate representation of color #981FD1: hue angle of 280.79º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981FD1 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 31 209 -
CMYK 0.27 0.85 0 0.18
HSL 280.79º 0.74% 0.47% -
HSV(B) 280.79º 0.85% 0.82% -
XYZ 24.95 12.26 61.37 -
YUV 87.47 196.59 174.03 -
System Red Green Blue C M Y K H S L
Decimal 152 31 209 0.27 0.85 0 0.18 280.79 0.74 0.47
Hex 98 1F D1 1B 55 0 12 119 4A 2F
Octal 230 37 321 33 125 0 22 431 112 57
Binary 10011000 11111 11010001 11011 1010101 0 10010 100011001 1001010 101111

Color Harmonies of #981FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FD1

Black with #981FD1

Text Example


Text Example

White with #981FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,209); }

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

background-color css

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

 a { background-color: rgb(152,31,209); }

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

border-color css

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

 span { border-color: rgb(152,31,209); }

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