Html Css Color HEX #981DCE Dark Orchid

📋 copy color: '#981DCE'

red 152 ◦ green 29 ◦ blue 206

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

Shades of Dark Orchid #981DCE

Tints of Dark Orchid #981DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.23%

R = 39.28%
G = 7.49%
B = 53.23%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#981DCE (or 0x981DCE) is known color: Dark Orchid. HEX triplet: 98, 1D and CE. RGB value is (152,29,206). Sum of RGB (Red+Green+Blue) = 152+29+206=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #981DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DCE is #67E231. Grayscale: #555555. Windows color (decimal): -6808114 or 13507992. OLE color: 13507992.

HSL color Cylindrical-coordinate representation of color #981DCE: hue angle of 281.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981DCE is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 29 206 -
CMYK 0.26 0.86 0 0.19
HSL 281.69º 0.75% 0.46% -
HSV(B) 281.69º 0.86% 0.81% -
XYZ 24.53 12.01 59.42 -
YUV 85.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 152 29 206 0.26 0.86 0 0.19 281.69 0.75 0.46
Hex 98 1D CE 1A 56 0 13 11A 4B 2E
Octal 230 35 316 32 126 0 23 432 113 56
Binary 10011000 11101 11001110 11010 1010110 0 10011 100011010 1001011 101110

Color Harmonies of #981DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DCE

Black with #981DCE

Text Example


Text Example

White with #981DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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