Html Css Color HEX #982CCA Dark Orchid

📋 copy color: '#982CCA'

red 152 ◦ green 44 ◦ blue 202

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

Shades of Dark Orchid #982CCA

Tints of Dark Orchid #982CCA

RGB

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

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

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

R = 38.19%
G = 11.06%
B = 50.75%

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

#982CCA (or 0x982CCA) is known color: Dark Orchid. HEX triplet: 98, 2C and CA. RGB value is (152,44,202). Sum of RGB (Red+Green+Blue) = 152+44+202=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #982CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CCA is #67D335. Grayscale: #5D5D5D. Windows color (decimal): -6804278 or 13249688. OLE color: 13249688.

HSL color Cylindrical-coordinate representation of color #982CCA: hue angle of 281.01º 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 #982CCA is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 44 202 -
CMYK 0.25 0.78 0 0.21
HSL 281.01º 0.64% 0.48% -
HSV(B) 281.01º 0.78% 0.79% -
XYZ 24.51 12.74 57.04 -
YUV 94.3 188.78 169.15 -
System Red Green Blue C M Y K H S L
Decimal 152 44 202 0.25 0.78 0 0.21 281.01 0.64 0.48
Hex 98 2C CA 19 4E 0 15 119 40 30
Octal 230 54 312 31 116 0 25 431 100 60
Binary 10011000 101100 11001010 11001 1001110 0 10101 100011001 1000000 110000

Color Harmonies of #982CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CCA

Black with #982CCA

Text Example


Text Example

White with #982CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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