Html Css Color HEX #982EBC Dark Orchid

📋 copy color: '#982EBC'

red 152 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #982EBC

Tints of Dark Orchid #982EBC

RGB

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

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

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

R = 39.38%
G = 11.92%
B = 48.7%

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

#982EBC (or 0x982EBC) is known color: Dark Orchid. HEX triplet: 98, 2E and BC. RGB value is (152,46,188). Sum of RGB (Red+Green+Blue) = 152+46+188=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #982EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EBC is #67D143. Grayscale: #5D5D5D. Windows color (decimal): -6803780 or 12332696. OLE color: 12332696.

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

Color convert

RGB 152 46 188 -
CMYK 0.19 0.76 0 0.26
HSL 284.79º 0.61% 0.46% -
HSV(B) 284.79º 0.76% 0.74% -
XYZ 23 12.26 48.73 -
YUV 93.88 181.12 169.45 -
System Red Green Blue C M Y K H S L
Decimal 152 46 188 0.19 0.76 0 0.26 284.79 0.61 0.46
Hex 98 2E BC 13 4C 0 1A 11D 3D 2E
Octal 230 56 274 23 114 0 32 435 75 56
Binary 10011000 101110 10111100 10011 1001100 0 11010 100011101 111101 101110

Color Harmonies of #982EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EBC

Black with #982EBC

Text Example


Text Example

White with #982EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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