#982ACB

Color #982ACB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #982ACB

Tints of Dark Orchid #982ACB

Color information

#982ACB (or 0x982ACB) is unknown color: approx Dark Orchid. HEX triplet: 98, 2A and CB. RGB value is (152,42,203). Sum of RGB (Red+Green+Blue) = 152+42+203=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #982ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982ACB is #67D534. Grayscale: #5C5C5C. Windows color (decimal): -6804789 or 13314712. OLE color: 13314712.

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

Color convert

RGB15242203-
CMYK0.250.7900.20
HSL280.99º65.71%48.04%-
HSV(B)280.99º79.31%79.61%-
XYZ24.5612.6457.65-
YUV93.24189.94169.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=38.29%
G=10.58%
B=51.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal152422030.250.7900.20280.9965.7148.04
Hex982ACB194F0141194230
Octal230523133111702443110260
Binary10011000101010110010111100110011110101001000110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #982ACB;
 }
 .AnyTagClassName
 {
   color: #982ACB;
 }
</style>
background-color css

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

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

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

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

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

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