Html Css Color HEX #982BAD Dark Orchid

📋 copy color: '#982BAD'

red 152 ◦ green 43 ◦ blue 173

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

Shades of Dark Orchid #982BAD

Tints of Dark Orchid #982BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

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

R = 41.3%
G = 11.68%
B = 47.01%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#982BAD (or 0x982BAD) is known color: Dark Orchid. HEX triplet: 98, 2B and AD. RGB value is (152,43,173). Sum of RGB (Red+Green+Blue) = 152+43+173=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #982BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BAD is #67D452. Grayscale: #5A5A5A. Windows color (decimal): -6804563 or 11348888. OLE color: 11348888.

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

Color convert

RGB 152 43 173 -
CMYK 0.12 0.75 0 0.32
HSL 290.31º 0.6% 0.42% -
HSV(B) 290.31º 0.75% 0.68% -
XYZ 21.36 11.42 40.61 -
YUV 90.41 174.61 171.93 -
System Red Green Blue C M Y K H S L
Decimal 152 43 173 0.12 0.75 0 0.32 290.31 0.6 0.42
Hex 98 2B AD C 4B 0 20 122 3C 2A
Octal 230 53 255 14 113 0 40 442 74 52
Binary 10011000 101011 10101101 1100 1001011 0 100000 100100010 111100 101010

Color Harmonies of #982BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BAD

Black with #982BAD

Text Example


Text Example

White with #982BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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