Html Css Color HEX #982CCD Dark Orchid

📋 copy color: '#982CCD'

red 152 ◦ green 44 ◦ blue 205

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

Shades of Dark Orchid #982CCD

Tints of Dark Orchid #982CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.97%

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

R = 37.91%
G = 10.97%
B = 51.12%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#982CCD (or 0x982CCD) is known color: Dark Orchid. HEX triplet: 98, 2C and CD. RGB value is (152,44,205). Sum of RGB (Red+Green+Blue) = 152+44+205=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #982CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CCD is #67D332. Grayscale: #5E5E5E. Windows color (decimal): -6804275 or 13446296. OLE color: 13446296.

HSL color Cylindrical-coordinate representation of color #982CCD: hue angle of 280.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982CCD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 44 205 -
CMYK 0.26 0.79 0 0.20
HSL 280.25º 0.65% 0.49% -
HSV(B) 280.25º 0.79% 0.8% -
XYZ 24.87 12.88 58.93 -
YUV 94.65 190.28 168.91 -
System Red Green Blue C M Y K H S L
Decimal 152 44 205 0.26 0.79 0 0.20 280.25 0.65 0.49
Hex 98 2C CD 1A 4F 0 14 118 41 31
Octal 230 54 315 32 117 0 24 430 101 61
Binary 10011000 101100 11001101 11010 1001111 0 10100 100011000 1000001 110001

Color Harmonies of #982CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CCD

Black with #982CCD

Text Example


Text Example

White with #982CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982CCD; }

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

 H1.HeaderClassName
 {
   color: #982CCD;
 }
 .AnyTagClassName
 {
   color: #982CCD;
 }
</style>

background-color css

<style>
 a { background-color: #982CCD; }

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

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

border-color css

<style>
 span { border-color: #982CCD; }

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

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