Html Css Color HEX #982AB9 Dark Orchid

📋 copy color: '#982AB9'

red 152 ◦ green 42 ◦ blue 185

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

Shades of Dark Orchid #982AB9

Tints of Dark Orchid #982AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.81%

R = 40.11%
G = 11.08%
B = 48.81%

CMYK

 C value IS 0.18

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#982AB9 (or 0x982AB9) is known color: Dark Orchid. HEX triplet: 98, 2A and B9. RGB value is (152,42,185). Sum of RGB (Red+Green+Blue) = 152+42+185=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #982AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982AB9 is #67D546. Grayscale: #5A5A5A. Windows color (decimal): -6804807 or 12135064. OLE color: 12135064.

HSL color Cylindrical-coordinate representation of color #982AB9: hue angle of 286.15º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982AB9 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 42 185 -
CMYK 0.18 0.77 0 0.27
HSL 286.15º 0.63% 0.45% -
HSV(B) 286.15º 0.77% 0.73% -
XYZ 22.53 11.83 47 -
YUV 91.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 152 42 185 0.18 0.77 0 0.27 286.15 0.63 0.45
Hex 98 2A B9 12 4D 0 1B 11E 3F 2D
Octal 230 52 271 22 115 0 33 436 77 55
Binary 10011000 101010 10111001 10010 1001101 0 11011 100011110 111111 101101

Color Harmonies of #982AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982AB9

Black with #982AB9

Text Example


Text Example

White with #982AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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