Html Css Color HEX #982DAC Dark Orchid

📋 copy color: '#982DAC'

red 152 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #982DAC

Tints of Dark Orchid #982DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.61%

R = 41.19%
G = 12.2%
B = 46.61%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#982DAC (or 0x982DAC) is known color: Dark Orchid. HEX triplet: 98, 2D and AC. RGB value is (152,45,172). Sum of RGB (Red+Green+Blue) = 152+45+172=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #982DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DAC is #67D253. Grayscale: #5B5B5B. Windows color (decimal): -6804052 or 11283864. OLE color: 11283864.

HSL color Cylindrical-coordinate representation of color #982DAC: hue angle of 290.55º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982DAC is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 45 172 -
CMYK 0.12 0.74 0 0.33
HSL 290.55º 0.59% 0.43% -
HSV(B) 290.55º 0.74% 0.67% -
XYZ 21.33 11.53 40.13 -
YUV 91.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 152 45 172 0.12 0.74 0 0.33 290.55 0.59 0.43
Hex 98 2D AC C 4A 0 21 123 3B 2B
Octal 230 55 254 14 112 0 41 443 73 53
Binary 10011000 101101 10101100 1100 1001010 0 100001 100100011 111011 101011

Color Harmonies of #982DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DAC

Black with #982DAC

Text Example


Text Example

White with #982DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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