Html Css Color HEX #982DDB Dark Orchid

📋 copy color: '#982DDB'

red 152 ◦ green 45 ◦ blue 219

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

Shades of Dark Orchid #982DDB

Tints of Dark Orchid #982DDB

RGB

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

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

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

R = 36.54%
G = 10.82%
B = 52.64%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#982DDB (or 0x982DDB) is known color: Dark Orchid. HEX triplet: 98, 2D and DB. RGB value is (152,45,219). Sum of RGB (Red+Green+Blue) = 152+45+219=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #982DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DDB is #67D224. Grayscale: #606060. Windows color (decimal): -6804005 or 14364056. OLE color: 14364056.

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

Color convert

RGB 152 45 219 -
CMYK 0.31 0.79 0 0.14
HSL 276.9º 0.71% 0.52% -
HSV(B) 276.9º 0.79% 0.86% -
XYZ 26.67 13.67 68.25 -
YUV 96.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 152 45 219 0.31 0.79 0 0.14 276.9 0.71 0.52
Hex 98 2D DB 1F 4F 0 E 115 47 34
Octal 230 55 333 37 117 0 16 425 107 64
Binary 10011000 101101 11011011 11111 1001111 0 1110 100010101 1000111 110100

Color Harmonies of #982DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DDB

Black with #982DDB

Text Example


Text Example

White with #982DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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