#9525BB

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

Shades of Dark Orchid #9525BB

Tints of Dark Orchid #9525BB

Color information

#9525BB (or 0x9525BB) is unknown color: approx Dark Orchid. HEX triplet: 95, 25 and BB. RGB value is (149,37,187). Sum of RGB (Red+Green+Blue) = 149+37+187=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9525BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9525BB is #6ADA44. Grayscale: #575757. Windows color (decimal): -7002693 or 12264853. OLE color: 12264853.

HSL color Cylindrical-coordinate representation of color #9525BB: hue angle of 284.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9525BB is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14937187-
CMYK0.200.8000.27
HSL284.8º66.96%43.92%-
HSV(B)284.8º80.21%73.33%-
XYZ22.0311.348.03-
YUV87.59184.11171.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 37 (14.84% from 255) = 9.92%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=39.95%
G=9.92%
B=50.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149371870.200.8000.27284.866.9643.92
Hex9525BB145001B11d432c
Octal225452732412003343510354
Binary10010101100101101110111010010100000110111000111011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9525BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,37,187); }

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

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

 a { background-color: rgb(149,37,187); }

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

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

 span { border-color: rgb(149,37,187); }

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