Html Css Color HEX #981ED0 Dark Orchid

📋 copy color: '#981ED0'

red 152 ◦ green 30 ◦ blue 208

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

Shades of Dark Orchid #981ED0

Tints of Dark Orchid #981ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.33%

R = 38.97%
G = 7.69%
B = 53.33%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#981ED0 (or 0x981ED0) is known color: Dark Orchid. HEX triplet: 98, 1E and D0. RGB value is (152,30,208). Sum of RGB (Red+Green+Blue) = 152+30+208=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #981ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ED0 is #67E12F. Grayscale: #565656. Windows color (decimal): -6807856 or 13639320. OLE color: 13639320.

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

Color convert

RGB 152 30 208 -
CMYK 0.27 0.86 0 0.18
HSL 281.12º 0.75% 0.47% -
HSV(B) 281.12º 0.86% 0.82% -
XYZ 24.8 12.16 60.71 -
YUV 86.77 196.42 174.53 -
System Red Green Blue C M Y K H S L
Decimal 152 30 208 0.27 0.86 0 0.18 281.12 0.75 0.47
Hex 98 1E D0 1B 56 0 12 119 4B 2F
Octal 230 36 320 33 126 0 22 431 113 57
Binary 10011000 11110 11010000 11011 1010110 0 10010 100011001 1001011 101111

Color Harmonies of #981ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981ED0

Black with #981ED0

Text Example


Text Example

White with #981ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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