Html Css Color HEX #981EBA Dark Orchid

📋 copy color: '#981EBA'

red 152 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #981EBA

Tints of Dark Orchid #981EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 41.3%
G = 8.15%
B = 50.54%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#981EBA (or 0x981EBA) is known color: Dark Orchid. HEX triplet: 98, 1E and BA. RGB value is (152,30,186). Sum of RGB (Red+Green+Blue) = 152+30+186=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #981EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981EBA is #67E145. Grayscale: #535353. Windows color (decimal): -6807878 or 12197528. OLE color: 12197528.

HSL color Cylindrical-coordinate representation of color #981EBA: hue angle of 286.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981EBA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 30 186 -
CMYK 0.18 0.84 0 0.27
HSL 286.92º 0.72% 0.42% -
HSV(B) 286.92º 0.84% 0.73% -
XYZ 22.28 11.15 47.43 -
YUV 84.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 152 30 186 0.18 0.84 0 0.27 286.92 0.72 0.42
Hex 98 1E BA 12 54 0 1B 11F 48 2A
Octal 230 36 272 22 124 0 33 437 110 52
Binary 10011000 11110 10111010 10010 1010100 0 11011 100011111 1001000 101010

Color Harmonies of #981EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981EBA

Black with #981EBA

Text Example


Text Example

White with #981EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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