#9825B3

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

Shades of Dark Orchid #9825B3

Tints of Dark Orchid #9825B3

Color information

#9825B3 (or 0x9825B3) is unknown color: approx Dark Orchid. HEX triplet: 98, 25 and B3. RGB value is (152,37,179). Sum of RGB (Red+Green+Blue) = 152+37+179=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #9825B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9825B3 is #67DA4C. Grayscale: #575757. Windows color (decimal): -6806093 or 11740568. OLE color: 11740568.

HSL color Cylindrical-coordinate representation of color #9825B3: hue angle of 288.59º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9825B3 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15237179-
CMYK0.150.7900.30
HSL288.59º65.74%42.35%-
HSV(B)288.59º79.33%70.2%-
XYZ21.7511.2543.67-
YUV87.57179.6173.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 37 (14.84% from 255) = 10.05%
BLUE value IS 179 (70.31% from 255) = 48.64%
R=41.30%
G=10.05%
B=48.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152371790.150.7900.30288.5965.7442.35
Hex9825B3F4F01E121422a
Octal230452631711703644110252
Binary1001100010010110110011111110011110111101001000011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9825B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9825B3; }

 p { color: rgb(152,37,179); }

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

<style>
 a { background-color: #9825B3; }

 a { background-color: rgb(152,37,179); }

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

<style>
 span { border-color: #9825B3; }

 span { border-color: rgb(152,37,179); }

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