Html Css Color HEX #981DBA Dark Orchid

📋 copy color: '#981DBA'

red 152 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #981DBA

Tints of Dark Orchid #981DBA

RGB

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

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

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

R = 41.42%
G = 7.9%
B = 50.68%

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

#981DBA (or 0x981DBA) is known color: Dark Orchid. HEX triplet: 98, 1D and BA. RGB value is (152,29,186). Sum of RGB (Red+Green+Blue) = 152+29+186=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #981DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981DBA is #67E245. Grayscale: #535353. Windows color (decimal): -6808134 or 12197272. OLE color: 12197272.

HSL color Cylindrical-coordinate representation of color #981DBA: hue angle of 287.01º degrees, saturation: 0.73, 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 #981DBA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 29 186 -
CMYK 0.18 0.84 0 0.27
HSL 287.01º 0.73% 0.42% -
HSV(B) 287.01º 0.84% 0.73% -
XYZ 22.25 11.1 47.42 -
YUV 83.68 185.75 176.73 -
System Red Green Blue C M Y K H S L
Decimal 152 29 186 0.18 0.84 0 0.27 287.01 0.73 0.42
Hex 98 1D BA 12 54 0 1B 11F 49 2A
Octal 230 35 272 22 124 0 33 437 111 52
Binary 10011000 11101 10111010 10010 1010100 0 11011 100011111 1001001 101010

Color Harmonies of #981DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981DBA

Black with #981DBA

Text Example


Text Example

White with #981DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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