Html Css Color HEX #981CC7 Dark Orchid

📋 copy color: '#981CC7'

red 152 ◦ green 28 ◦ blue 199

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

Shades of Dark Orchid #981CC7

Tints of Dark Orchid #981CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 52.51%

R = 40.11%
G = 7.39%
B = 52.51%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#981CC7 (or 0x981CC7) is known color: Dark Orchid. HEX triplet: 98, 1C and C7. RGB value is (152,28,199). Sum of RGB (Red+Green+Blue) = 152+28+199=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #981CC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CC7 is #67E338. Grayscale: #545454. Windows color (decimal): -6808377 or 13048984. OLE color: 13048984.

HSL color Cylindrical-coordinate representation of color #981CC7: hue angle of 283.51º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981CC7 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 28 199 -
CMYK 0.24 0.86 0 0.22
HSL 283.51º 0.75% 0.45% -
HSV(B) 283.51º 0.86% 0.78% -
XYZ 23.67 11.63 55.03 -
YUV 84.57 192.58 176.1 -
System Red Green Blue C M Y K H S L
Decimal 152 28 199 0.24 0.86 0 0.22 283.51 0.75 0.45
Hex 98 1C C7 18 56 0 16 11C 4B 2D
Octal 230 34 307 30 126 0 26 434 113 55
Binary 10011000 11100 11000111 11000 1010110 0 10110 100011100 1001011 101101

Color Harmonies of #981CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CC7

Black with #981CC7

Text Example


Text Example

White with #981CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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