Html Css Color HEX #981BBA Dark Orchid

📋 copy color: '#981BBA'

red 152 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #981BBA

Tints of Dark Orchid #981BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.4%

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

R = 41.64%
G = 7.4%
B = 50.96%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#981BBA (or 0x981BBA) is known color: Dark Orchid. HEX triplet: 98, 1B and BA. RGB value is (152,27,186). Sum of RGB (Red+Green+Blue) = 152+27+186=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #981BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981BBA is #67E445. Grayscale: #515151. Windows color (decimal): -6808646 or 12196760. OLE color: 12196760.

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

Color convert

RGB 152 27 186 -
CMYK 0.18 0.85 0 0.27
HSL 287.17º 0.75% 0.42% -
HSV(B) 287.17º 0.85% 0.73% -
XYZ 22.2 11 47.41 -
YUV 82.5 186.41 177.57 -
System Red Green Blue C M Y K H S L
Decimal 152 27 186 0.18 0.85 0 0.27 287.17 0.75 0.42
Hex 98 1B BA 12 55 0 1B 11F 4B 2A
Octal 230 33 272 22 125 0 33 437 113 52
Binary 10011000 11011 10111010 10010 1010101 0 11011 100011111 1001011 101010

Color Harmonies of #981BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981BBA

Black with #981BBA

Text Example


Text Example

White with #981BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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