Html Css Color HEX #981CC5 Dark Orchid

📋 copy color: '#981CC5'

red 152 ◦ green 28 ◦ blue 197

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

Shades of Dark Orchid #981CC5

Tints of Dark Orchid #981CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 52.25%

R = 40.32%
G = 7.43%
B = 52.25%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#981CC5 (or 0x981CC5) is known color: Dark Orchid. HEX triplet: 98, 1C and C5. RGB value is (152,28,197). Sum of RGB (Red+Green+Blue) = 152+28+197=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 28 (11.33% from 255 or 7.43% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #981CC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CC5 is #67E33A. Grayscale: #535353. Windows color (decimal): -6808379 or 12917912. OLE color: 12917912.

HSL color Cylindrical-coordinate representation of color #981CC5: hue angle of 284.02º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981CC5 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 152 28 197 -
CMYK 0.23 0.86 0 0.23
HSL 284.02º 0.75% 0.44% -
HSV(B) 284.02º 0.86% 0.77% -
XYZ 23.44 11.54 53.81 -
YUV 84.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 152 28 197 0.23 0.86 0 0.23 284.02 0.75 0.44
Hex 98 1C C5 17 56 0 17 11C 4B 2C
Octal 230 34 305 27 126 0 27 434 113 54
Binary 10011000 11100 11000101 10111 1010110 0 10111 100011100 1001011 101100

Color Harmonies of #981CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CC5

Black with #981CC5

Text Example


Text Example

White with #981CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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