Html Css Color HEX #982DBE Dark Orchid

📋 copy color: '#982DBE'

red 152 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #982DBE

Tints of Dark Orchid #982DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 39.28%
G = 11.63%
B = 49.1%

CMYK

 C value IS 0.2

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#982DBE (or 0x982DBE) is known color: Dark Orchid. HEX triplet: 98, 2D and BE. RGB value is (152,45,190). Sum of RGB (Red+Green+Blue) = 152+45+190=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #982DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DBE is #67D241. Grayscale: #5D5D5D. Windows color (decimal): -6804034 or 12463512. OLE color: 12463512.

HSL color Cylindrical-coordinate representation of color #982DBE: hue angle of 284.28º 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 #982DBE is Cyan = 0.2, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 45 190 -
CMYK 0.2 0.76 0 0.25
HSL 284.28º 0.62% 0.46% -
HSV(B) 284.28º 0.76% 0.75% -
XYZ 23.18 12.27 49.86 -
YUV 93.52 182.45 169.71 -
System Red Green Blue C M Y K H S L
Decimal 152 45 190 0.2 0.76 0 0.25 284.28 0.62 0.46
Hex 98 2D BE 14 4C 0 19 11C 3E 2E
Octal 230 55 276 24 114 0 31 434 76 56
Binary 10011000 101101 10111110 10100 1001100 0 11001 100011100 111110 101110

Color Harmonies of #982DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DBE

Black with #982DBE

Text Example


Text Example

White with #982DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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