Html Css Color HEX #981CB1 Dark Orchid

📋 copy color: '#981CB1'

red 152 ◦ green 28 ◦ blue 177

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

Shades of Dark Orchid #981CB1

Tints of Dark Orchid #981CB1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.84%

 BLUE value IS 177 (69.53% from 255) = 49.58%

R = 42.58%
G = 7.84%
B = 49.58%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#981CB1 (or 0x981CB1) is known color: Dark Orchid. HEX triplet: 98, 1C and B1. RGB value is (152,28,177). Sum of RGB (Red+Green+Blue) = 152+28+177=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 28 (11.33% from 255 or 7.84% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #981CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981CB1 is #67E34E. Grayscale: #515151. Windows color (decimal): -6808399 or 11607192. OLE color: 11607192.

HSL color Cylindrical-coordinate representation of color #981CB1: hue angle of 289.93º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981CB1 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 28 177 -
CMYK 0.14 0.84 0 0.31
HSL 289.93º 0.73% 0.4% -
HSV(B) 289.93º 0.84% 0.69% -
XYZ 21.3 10.68 42.53 -
YUV 82.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 152 28 177 0.14 0.84 0 0.31 289.93 0.73 0.4
Hex 98 1C B1 E 54 0 1F 122 49 28
Octal 230 34 261 16 124 0 37 442 111 50
Binary 10011000 11100 10110001 1110 1010100 0 11111 100100010 1001001 101000

Color Harmonies of #981CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CB1

Black with #981CB1

Text Example


Text Example

White with #981CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,28,177); }

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

background-color css

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

 a { background-color: rgb(152,28,177); }

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

border-color css

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

 span { border-color: rgb(152,28,177); }

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