Html Css Color HEX #982DCA Dark Orchid

📋 copy color: '#982DCA'

red 152 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #982DCA

Tints of Dark Orchid #982DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.28%

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 38.1%
G = 11.28%
B = 50.63%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#982DCA (or 0x982DCA) is known color: Dark Orchid. HEX triplet: 98, 2D and CA. RGB value is (152,45,202). Sum of RGB (Red+Green+Blue) = 152+45+202=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #982DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DCA is #67D235. Grayscale: #5E5E5E. Windows color (decimal): -6804022 or 13249944. OLE color: 13249944.

HSL color Cylindrical-coordinate representation of color #982DCA: hue angle of 280.89º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982DCA is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 45 202 -
CMYK 0.25 0.78 0 0.21
HSL 280.89º 0.64% 0.48% -
HSV(B) 280.89º 0.78% 0.79% -
XYZ 24.55 12.82 57.06 -
YUV 94.89 188.45 168.73 -
System Red Green Blue C M Y K H S L
Decimal 152 45 202 0.25 0.78 0 0.21 280.89 0.64 0.48
Hex 98 2D CA 19 4E 0 15 119 40 30
Octal 230 55 312 31 116 0 25 431 100 60
Binary 10011000 101101 11001010 11001 1001110 0 10101 100011001 1000000 110000

Color Harmonies of #982DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DCA

Black with #982DCA

Text Example


Text Example

White with #982DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,45,202); }

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

background-color css

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

 a { background-color: rgb(152,45,202); }

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

border-color css

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

 span { border-color: rgb(152,45,202); }

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