Html Css Color HEX #982EDB Dark Orchid

📋 copy color: '#982EDB'

red 152 ◦ green 46 ◦ blue 219

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

Shades of Dark Orchid #982EDB

Tints of Dark Orchid #982EDB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.03%

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

R = 36.45%
G = 11.03%
B = 52.52%

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

#982EDB (or 0x982EDB) is known color: Dark Orchid. HEX triplet: 98, 2E and DB. RGB value is (152,46,219). Sum of RGB (Red+Green+Blue) = 152+46+219=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #982EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EDB is #67D124. Grayscale: #606060. Windows color (decimal): -6803749 or 14364312. OLE color: 14364312.

HSL color Cylindrical-coordinate representation of color #982EDB: hue angle of 276.76º 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 #982EDB is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 152 46 219 -
CMYK 0.31 0.79 0 0.14
HSL 276.76º 0.71% 0.52% -
HSV(B) 276.76º 0.79% 0.86% -
XYZ 26.71 13.74 68.26 -
YUV 97.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 152 46 219 0.31 0.79 0 0.14 276.76 0.71 0.52
Hex 98 2E DB 1F 4F 0 E 115 47 34
Octal 230 56 333 37 117 0 16 425 107 64
Binary 10011000 101110 11011011 11111 1001111 0 1110 100010101 1000111 110100

Color Harmonies of #982EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EDB

Black with #982EDB

Text Example


Text Example

White with #982EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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