#982BCC

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

Shades of Dark Orchid #982BCC

Tints of Dark Orchid #982BCC

Color information

#982BCC (or 0x982BCC) is unknown color: approx Dark Orchid. HEX triplet: 98, 2B and CC. RGB value is (152,43,204). Sum of RGB (Red+Green+Blue) = 152+43+204=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #982BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982BCC is #67D433. Grayscale: #5D5D5D. Windows color (decimal): -6804532 or 13380504. OLE color: 13380504.

HSL color Cylindrical-coordinate representation of color #982BCC: hue angle of 280.62º degrees, saturation: 0.65, 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 #982BCC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15243204-
CMYK0.250.7900.2
HSL280.62º65.18%48.43%-
HSV(B)280.62º78.92%80%-
XYZ24.7112.7658.29-
YUV93.94190.11169.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=38.10%
G=10.78%
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.2
SystemRedGreenBlueCMYKHSL
Decimal152432040.250.7900.2280.6265.1848.43
Hex982BCC194F0141194130
Octal230533143111702443110160
Binary10011000101011110011001100110011110101001000110011000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,43,204); }

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

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

 a { background-color: rgb(152,43,204); }

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

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

 span { border-color: rgb(152,43,204); }

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