Html Css Color HEX #982ECA Dark Orchid

📋 copy color: '#982ECA'

red 152 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #982ECA

Tints of Dark Orchid #982ECA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.5%

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

R = 38%
G = 11.5%
B = 50.5%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#982ECA (or 0x982ECA) is known color: Dark Orchid. HEX triplet: 98, 2E and CA. RGB value is (152,46,202). Sum of RGB (Red+Green+Blue) = 152+46+202=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #982ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ECA is #67D135. Grayscale: #5E5E5E. Windows color (decimal): -6803766 or 13250200. OLE color: 13250200.

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

Color convert

RGB 152 46 202 -
CMYK 0.25 0.77 0 0.21
HSL 280.77º 0.63% 0.49% -
HSV(B) 280.77º 0.77% 0.79% -
XYZ 24.59 12.89 57.07 -
YUV 95.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 152 46 202 0.25 0.77 0 0.21 280.77 0.63 0.49
Hex 98 2E CA 19 4D 0 15 119 3F 31
Octal 230 56 312 31 115 0 25 431 77 61
Binary 10011000 101110 11001010 11001 1001101 0 10101 100011001 111111 110001

Color Harmonies of #982ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982ECA

Black with #982ECA

Text Example


Text Example

White with #982ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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