Html Css Color HEX #982ADB Dark Orchid

📋 copy color: '#982ADB'

red 152 ◦ green 42 ◦ blue 219

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

Shades of Dark Orchid #982ADB

Tints of Dark Orchid #982ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.03%

R = 36.8%
G = 10.17%
B = 53.03%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#982ADB (or 0x982ADB) is known color: Dark Orchid. HEX triplet: 98, 2A and DB. RGB value is (152,42,219). Sum of RGB (Red+Green+Blue) = 152+42+219=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #982ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ADB is #67D524. Grayscale: #5E5E5E. Windows color (decimal): -6804773 or 14363288. OLE color: 14363288.

HSL color Cylindrical-coordinate representation of color #982ADB: hue angle of 277.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982ADB is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 42 219 -
CMYK 0.31 0.81 0 0.14
HSL 277.29º 0.71% 0.51% -
HSV(B) 277.29º 0.81% 0.86% -
XYZ 26.56 13.45 68.21 -
YUV 95.07 197.94 168.61 -
System Red Green Blue C M Y K H S L
Decimal 152 42 219 0.31 0.81 0 0.14 277.29 0.71 0.51
Hex 98 2A DB 1F 51 0 E 115 47 33
Octal 230 52 333 37 121 0 16 425 107 63
Binary 10011000 101010 11011011 11111 1010001 0 1110 100010101 1000111 110011

Color Harmonies of #982ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982ADB

Black with #982ADB

Text Example


Text Example

White with #982ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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