Html Css Color HEX #982ECB Dark Orchid

📋 copy color: '#982ECB'

red 152 ◦ green 46 ◦ blue 203

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

Shades of Dark Orchid #982ECB

Tints of Dark Orchid #982ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 37.91%
G = 11.47%
B = 50.62%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#982ECB (or 0x982ECB) is known color: Dark Orchid. HEX triplet: 98, 2E and CB. RGB value is (152,46,203). Sum of RGB (Red+Green+Blue) = 152+46+203=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #982ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ECB is #67D134. Grayscale: #5F5F5F. Windows color (decimal): -6803765 or 13315736. OLE color: 13315736.

HSL color Cylindrical-coordinate representation of color #982ECB: hue angle of 280.51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #982ECB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 46 203 -
CMYK 0.25 0.77 0 0.20
HSL 280.51º 0.63% 0.49% -
HSV(B) 280.51º 0.77% 0.8% -
XYZ 24.71 12.94 57.7 -
YUV 95.59 188.62 168.23 -
System Red Green Blue C M Y K H S L
Decimal 152 46 203 0.25 0.77 0 0.20 280.51 0.63 0.49
Hex 98 2E CB 19 4D 0 14 119 3F 31
Octal 230 56 313 31 115 0 24 431 77 61
Binary 10011000 101110 11001011 11001 1001101 0 10100 100011001 111111 110001

Color Harmonies of #982ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982ECB

Black with #982ECB

Text Example


Text Example

White with #982ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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