#982BAF

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

Shades of Dark Orchid #982BAF

Tints of Dark Orchid #982BAF

Color information

#982BAF (or 0x982BAF) is unknown color: approx Dark Orchid. HEX triplet: 98, 2B and AF. RGB value is (152,43,175). Sum of RGB (Red+Green+Blue) = 152+43+175=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #982BAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982BAF is #67D450. Grayscale: #5A5A5A. Windows color (decimal): -6804561 or 11479960. OLE color: 11479960.

HSL color Cylindrical-coordinate representation of color #982BAF: hue angle of 289.55º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #982BAF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15243175-
CMYK0.130.7500.31
HSL289.55º60.55%42.75%-
HSV(B)289.55º75.43%68.63%-
XYZ21.5511.541.64-
YUV90.64175.61171.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 43 (17.19% from 255) = 11.62%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=41.08%
G=11.62%
B=47.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152431750.130.7500.31289.5560.5542.75
Hex982BAFD4B01F1223d2b
Octal23053257151130374427553
Binary100110001010111010111111011001011011111100100010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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