Html Css Color HEX #982EBA Dark Orchid

📋 copy color: '#982EBA'

red 152 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #982EBA

Tints of Dark Orchid #982EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 39.58%
G = 11.98%
B = 48.44%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#982EBA (or 0x982EBA) is known color: Dark Orchid. HEX triplet: 98, 2E and BA. RGB value is (152,46,186). Sum of RGB (Red+Green+Blue) = 152+46+186=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 46 (18.36% from 255 or 11.98% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #982EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EBA is #67D145. Grayscale: #5D5D5D. Windows color (decimal): -6803782 or 12201624. OLE color: 12201624.

HSL color Cylindrical-coordinate representation of color #982EBA: hue angle of 285.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982EBA is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 46 186 -
CMYK 0.18 0.75 0 0.27
HSL 285.43º 0.6% 0.45% -
HSV(B) 285.43º 0.75% 0.73% -
XYZ 22.79 12.17 47.6 -
YUV 93.65 180.12 169.62 -
System Red Green Blue C M Y K H S L
Decimal 152 46 186 0.18 0.75 0 0.27 285.43 0.6 0.45
Hex 98 2E BA 12 4B 0 1B 11D 3C 2D
Octal 230 56 272 22 113 0 33 435 74 55
Binary 10011000 101110 10111010 10010 1001011 0 11011 100011101 111100 101101

Color Harmonies of #982EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EBA

Black with #982EBA

Text Example


Text Example

White with #982EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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