Html Css Color HEX #982BDB Dark Orchid

📋 copy color: '#982BDB'

red 152 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #982BDB

Tints of Dark Orchid #982BDB

RGB

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

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

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

R = 36.71%
G = 10.39%
B = 52.9%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#982BDB (or 0x982BDB) is known color: Dark Orchid. HEX triplet: 98, 2B and DB. RGB value is (152,43,219). Sum of RGB (Red+Green+Blue) = 152+43+219=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #982BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BDB is #67D424. Grayscale: #5F5F5F. Windows color (decimal): -6804517 or 14363544. OLE color: 14363544.

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

Color convert

RGB 152 43 219 -
CMYK 0.31 0.80 0 0.14
HSL 277.16º 0.71% 0.51% -
HSV(B) 277.16º 0.8% 0.86% -
XYZ 26.6 13.52 68.23 -
YUV 95.66 197.61 168.19 -
System Red Green Blue C M Y K H S L
Decimal 152 43 219 0.31 0.80 0 0.14 277.16 0.71 0.51
Hex 98 2B DB 1F 50 0 E 115 47 33
Octal 230 53 333 37 120 0 16 425 107 63
Binary 10011000 101011 11011011 11111 1010000 0 1110 100010101 1000111 110011

Color Harmonies of #982BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982BDB

Black with #982BDB

Text Example


Text Example

White with #982BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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