Html Css Color HEX #981ABE Dark Orchid

📋 copy color: '#981ABE'

red 152 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #981ABE

Tints of Dark Orchid #981ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

 BLUE value IS 190 (74.61% from 255) = 51.63%

R = 41.3%
G = 7.07%
B = 51.63%

CMYK

 C value IS 0.2

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#981ABE (or 0x981ABE) is known color: Dark Orchid. HEX triplet: 98, 1A and BE. RGB value is (152,26,190). Sum of RGB (Red+Green+Blue) = 152+26+190=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #981ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981ABE is #67E541. Grayscale: #515151. Windows color (decimal): -6808898 or 12458648. OLE color: 12458648.

HSL color Cylindrical-coordinate representation of color #981ABE: hue angle of 286.1º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981ABE is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 26 190 -
CMYK 0.2 0.86 0 0.25
HSL 286.1º 0.76% 0.42% -
HSV(B) 286.1º 0.86% 0.75% -
XYZ 22.61 11.13 49.67 -
YUV 82.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 152 26 190 0.2 0.86 0 0.25 286.1 0.76 0.42
Hex 98 1A BE 14 56 0 19 11E 4C 2A
Octal 230 32 276 24 126 0 31 436 114 52
Binary 10011000 11010 10111110 10100 1010110 0 11001 100011110 1001100 101010

Color Harmonies of #981ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981ABE

Black with #981ABE

Text Example


Text Example

White with #981ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,26,190); }

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

background-color css

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

 a { background-color: rgb(152,26,190); }

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

border-color css

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

 span { border-color: rgb(152,26,190); }

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