#9526BD

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

Shades of Dark Orchid #9526BD

Tints of Dark Orchid #9526BD

Color information

#9526BD (or 0x9526BD) is unknown color: approx Dark Orchid. HEX triplet: 95, 26 and BD. RGB value is (149,38,189). Sum of RGB (Red+Green+Blue) = 149+38+189=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #9526BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9526BD is #6AD942. Grayscale: #575757. Windows color (decimal): -7002435 or 12396181. OLE color: 12396181.

HSL color Cylindrical-coordinate representation of color #9526BD: hue angle of 284.11º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9526BD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14938189-
CMYK0.210.8000.26
HSL284.11º66.52%44.51%-
HSV(B)284.11º79.89%74.12%-
XYZ22.2711.4549.18-
YUV88.4184.77171.22-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 38 (15.23% from 255) = 10.11%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=39.63%
G=10.11%
B=50.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149381890.210.8000.26284.1166.5244.51
Hex9526BD155001A11c432d
Octal225462752512003243410355
Binary10010101100110101111011010110100000110101000111001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9526BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9526BD; }

 p { color: rgb(149,38,189); }

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

<style>
 a { background-color: #9526BD; }

 a { background-color: rgb(149,38,189); }

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

<style>
 span { border-color: #9526BD; }

 span { border-color: rgb(149,38,189); }

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