Html Css Color HEX #981FCD Dark Orchid

📋 copy color: '#981FCD'

red 152 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #981FCD

Tints of Dark Orchid #981FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.99%

 BLUE value IS 205 (80.47% from 255) = 52.84%

R = 39.18%
G = 7.99%
B = 52.84%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#981FCD (or 0x981FCD) is known color: Dark Orchid. HEX triplet: 98, 1F and CD. RGB value is (152,31,205). Sum of RGB (Red+Green+Blue) = 152+31+205=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #981FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981FCD is #67E032. Grayscale: #565656. Windows color (decimal): -6807603 or 13442968. OLE color: 13442968.

HSL color Cylindrical-coordinate representation of color #981FCD: hue angle of 281.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #981FCD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 31 205 -
CMYK 0.26 0.85 0 0.20
HSL 281.72º 0.74% 0.46% -
HSV(B) 281.72º 0.85% 0.8% -
XYZ 24.46 12.06 58.8 -
YUV 87.02 194.59 174.35 -
System Red Green Blue C M Y K H S L
Decimal 152 31 205 0.26 0.85 0 0.20 281.72 0.74 0.46
Hex 98 1F CD 1A 55 0 14 11A 4A 2E
Octal 230 37 315 32 125 0 24 432 112 56
Binary 10011000 11111 11001101 11010 1010101 0 10100 100011010 1001010 101110

Color Harmonies of #981FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981FCD

Black with #981FCD

Text Example


Text Example

White with #981FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,205); }

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

background-color css

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

 a { background-color: rgb(152,31,205); }

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

border-color css

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

 span { border-color: rgb(152,31,205); }

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