Html Css Color HEX #982DBF Dark Orchid

📋 copy color: '#982DBF'

red 152 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #982DBF

Tints of Dark Orchid #982DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 39.18%
G = 11.6%
B = 49.23%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#982DBF (or 0x982DBF) is known color: Dark Orchid. HEX triplet: 98, 2D and BF. RGB value is (152,45,191). Sum of RGB (Red+Green+Blue) = 152+45+191=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #982DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DBF is #67D240. Grayscale: #5D5D5D. Windows color (decimal): -6804033 or 12529048. OLE color: 12529048.

HSL color Cylindrical-coordinate representation of color #982DBF: hue angle of 283.97º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982DBF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 45 191 -
CMYK 0.20 0.76 0 0.25
HSL 283.97º 0.62% 0.46% -
HSV(B) 283.97º 0.76% 0.75% -
XYZ 23.29 12.31 50.44 -
YUV 93.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 152 45 191 0.20 0.76 0 0.25 283.97 0.62 0.46
Hex 98 2D BF 14 4C 0 19 11C 3E 2E
Octal 230 55 277 24 114 0 31 434 76 56
Binary 10011000 101101 10111111 10100 1001100 0 11001 100011100 111110 101110

Color Harmonies of #982DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DBF

Black with #982DBF

Text Example


Text Example

White with #982DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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