#9925B2

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

Shades of Dark Orchid #9925B2

Tints of Dark Orchid #9925B2

Color information

#9925B2 (or 0x9925B2) is unknown color: approx Dark Orchid. HEX triplet: 99, 25 and B2. RGB value is (153,37,178). Sum of RGB (Red+Green+Blue) = 153+37+178=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #9925B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9925B2 is #66DA4D. Grayscale: #575757. Windows color (decimal): -6740558 or 11675033. OLE color: 11675033.

HSL color Cylindrical-coordinate representation of color #9925B2: hue angle of 289.36º 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 #9925B2 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15337178-
CMYK0.140.7900.30
HSL289.36º65.58%42.16%-
HSV(B)289.36º79.21%69.8%-
XYZ21.8311.3143.15-
YUV87.76178.93174.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.58%
GREEN value IS 37 (14.84% from 255) = 10.05%
BLUE value IS 178 (69.92% from 255) = 48.37%
R=41.58%
G=10.05%
B=48.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal153371780.140.7900.30289.3665.5842.16
Hex9925B2E4F01E121422a
Octal231452621611703644110252
Binary1001100110010110110010111010011110111101001000011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9925B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9925B2; }

 p { color: rgb(153,37,178); }

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

<style>
 a { background-color: #9925B2; }

 a { background-color: rgb(153,37,178); }

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

<style>
 span { border-color: #9925B2; }

 span { border-color: rgb(153,37,178); }

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