#9834BB

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

Shades of Dark Orchid #9834BB

Tints of Dark Orchid #9834BB

Color information

#9834BB (or 0x9834BB) is unknown color: approx Dark Orchid. HEX triplet: 98, 34 and BB. RGB value is (152,52,187). Sum of RGB (Red+Green+Blue) = 152+52+187=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #9834BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9834BB is #67CB44. Grayscale: #606060. Windows color (decimal): -6802245 or 12268696. OLE color: 12268696.

HSL color Cylindrical-coordinate representation of color #9834BB: hue angle of 284.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9834BB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15252187-
CMYK0.190.7200.27
HSL284.44º56.49%46.86%-
HSV(B)284.44º72.19%73.33%-
XYZ23.1512.7248.25-
YUV97.29178.63167.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 52 (20.70% from 255) = 13.30%
BLUE value IS 187 (73.44% from 255) = 47.83%
R=38.87%
G=13.30%
B=47.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152521870.190.7200.27284.4456.4946.86
Hex9834BB134801B11c382f
Octal23064273231100334347057
Binary1001100011010010111011100111001000011011100011100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9834BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9834BB; }

 p { color: rgb(152,52,187); }

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

<style>
 a { background-color: #9834BB; }

 a { background-color: rgb(152,52,187); }

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

<style>
 span { border-color: #9834BB; }

 span { border-color: rgb(152,52,187); }

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