Html Css Color HEX #982DAD Dark Orchid

📋 copy color: '#982DAD'

red 152 ◦ green 45 ◦ blue 173

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

Shades of Dark Orchid #982DAD

Tints of Dark Orchid #982DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 41.08%
G = 12.16%
B = 46.76%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#982DAD (or 0x982DAD) is known color: Dark Orchid. HEX triplet: 98, 2D and AD. RGB value is (152,45,173). Sum of RGB (Red+Green+Blue) = 152+45+173=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #982DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982DAD is #67D252. Grayscale: #5B5B5B. Windows color (decimal): -6804051 or 11349400. OLE color: 11349400.

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

Color convert

RGB 152 45 173 -
CMYK 0.12 0.74 0 0.32
HSL 290.16º 0.59% 0.43% -
HSV(B) 290.16º 0.74% 0.68% -
XYZ 21.43 11.57 40.64 -
YUV 91.59 173.95 171.09 -
System Red Green Blue C M Y K H S L
Decimal 152 45 173 0.12 0.74 0 0.32 290.16 0.59 0.43
Hex 98 2D AD C 4A 0 20 122 3B 2B
Octal 230 55 255 14 112 0 40 442 73 53
Binary 10011000 101101 10101101 1100 1001010 0 100000 100100010 111011 101011

Color Harmonies of #982DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DAD

Black with #982DAD

Text Example


Text Example

White with #982DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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