Html Css Color HEX #982DBC Dark Orchid

📋 copy color: '#982DBC'

red 152 ◦ green 45 ◦ blue 188

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

Shades of Dark Orchid #982DBC

Tints of Dark Orchid #982DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 39.48%
G = 11.69%
B = 48.83%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#982DBC (or 0x982DBC) is known color: Dark Orchid. HEX triplet: 98, 2D and BC. RGB value is (152,45,188). Sum of RGB (Red+Green+Blue) = 152+45+188=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #982DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DBC is #67D243. Grayscale: #5C5C5C. Windows color (decimal): -6804036 or 12332440. OLE color: 12332440.

HSL color Cylindrical-coordinate representation of color #982DBC: hue angle of 284.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982DBC is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 45 188 -
CMYK 0.19 0.76 0 0.26
HSL 284.9º 0.61% 0.46% -
HSV(B) 284.9º 0.76% 0.74% -
XYZ 22.96 12.18 48.72 -
YUV 93.3 181.45 169.87 -
System Red Green Blue C M Y K H S L
Decimal 152 45 188 0.19 0.76 0 0.26 284.9 0.61 0.46
Hex 98 2D BC 13 4C 0 1A 11D 3D 2E
Octal 230 55 274 23 114 0 32 435 75 56
Binary 10011000 101101 10111100 10011 1001100 0 11010 100011101 111101 101110

Color Harmonies of #982DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DBC

Black with #982DBC

Text Example


Text Example

White with #982DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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