Html Css Color HEX #981EBF Dark Orchid

📋 copy color: '#981EBF'

red 152 ◦ green 30 ◦ blue 191

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

Shades of Dark Orchid #981EBF

Tints of Dark Orchid #981EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.21%

R = 40.75%
G = 8.04%
B = 51.21%

CMYK

 C value IS 0.20

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#981EBF (or 0x981EBF) is known color: Dark Orchid. HEX triplet: 98, 1E and BF. RGB value is (152,30,191). Sum of RGB (Red+Green+Blue) = 152+30+191=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #981EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981EBF is #67E140. Grayscale: #545454. Windows color (decimal): -6807873 or 12525208. OLE color: 12525208.

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

Color convert

RGB 152 30 191 -
CMYK 0.20 0.84 0 0.25
HSL 285.47º 0.73% 0.43% -
HSV(B) 285.47º 0.84% 0.75% -
XYZ 22.82 11.37 50.28 -
YUV 84.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 152 30 191 0.20 0.84 0 0.25 285.47 0.73 0.43
Hex 98 1E BF 14 54 0 19 11D 49 2B
Octal 230 36 277 24 124 0 31 435 111 53
Binary 10011000 11110 10111111 10100 1010100 0 11001 100011101 1001001 101011

Color Harmonies of #981EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EBF

Black with #981EBF

Text Example


Text Example

White with #981EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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