Html Css Color HEX #982EDC Dark Orchid

📋 copy color: '#982EDC'

red 152 ◦ green 46 ◦ blue 220

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

Shades of Dark Orchid #982EDC

Tints of Dark Orchid #982EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 36.36%
G = 11%
B = 52.63%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#982EDC (or 0x982EDC) is known color: Dark Orchid. HEX triplet: 98, 2E and DC. RGB value is (152,46,220). Sum of RGB (Red+Green+Blue) = 152+46+220=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #982EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EDC is #67D123. Grayscale: #606060. Windows color (decimal): -6803748 or 14429848. OLE color: 14429848.

HSL color Cylindrical-coordinate representation of color #982EDC: hue angle of 276.55º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982EDC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 46 220 -
CMYK 0.31 0.79 0 0.14
HSL 276.55º 0.71% 0.52% -
HSV(B) 276.55º 0.79% 0.86% -
XYZ 26.84 13.8 68.96 -
YUV 97.53 197.12 166.85 -
System Red Green Blue C M Y K H S L
Decimal 152 46 220 0.31 0.79 0 0.14 276.55 0.71 0.52
Hex 98 2E DC 1F 4F 0 E 115 47 34
Octal 230 56 334 37 117 0 16 425 107 64
Binary 10011000 101110 11011100 11111 1001111 0 1110 100010101 1000111 110100

Color Harmonies of #982EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EDC

Black with #982EDC

Text Example


Text Example

White with #982EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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