Html Css Color HEX #982ACE Dark Orchid

📋 copy color: '#982ACE'

red 152 ◦ green 42 ◦ blue 206

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

Shades of Dark Orchid #982ACE

Tints of Dark Orchid #982ACE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.5%

 BLUE value IS 206 (80.86% from 255) = 51.5%

R = 38%
G = 10.5%
B = 51.5%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#982ACE (or 0x982ACE) is known color: Dark Orchid. HEX triplet: 98, 2A and CE. RGB value is (152,42,206). Sum of RGB (Red+Green+Blue) = 152+42+206=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #982ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ACE is #67D531. Grayscale: #5D5D5D. Windows color (decimal): -6804786 or 13511320. OLE color: 13511320.

HSL color Cylindrical-coordinate representation of color #982ACE: hue angle of 280.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982ACE is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 152 42 206 -
CMYK 0.26 0.80 0 0.19
HSL 280.24º 0.66% 0.49% -
HSV(B) 280.24º 0.8% 0.81% -
XYZ 24.92 12.79 59.55 -
YUV 93.59 191.44 169.66 -
System Red Green Blue C M Y K H S L
Decimal 152 42 206 0.26 0.80 0 0.19 280.24 0.66 0.49
Hex 98 2A CE 1A 50 0 13 118 42 31
Octal 230 52 316 32 120 0 23 430 102 61
Binary 10011000 101010 11001110 11010 1010000 0 10011 100011000 1000010 110001

Color Harmonies of #982ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982ACE

Black with #982ACE

Text Example


Text Example

White with #982ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,42,206); }

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

background-color css

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

 a { background-color: rgb(152,42,206); }

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

border-color css

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

 span { border-color: rgb(152,42,206); }

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