#9532BD

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

Shades of Dark Orchid #9532BD

Tints of Dark Orchid #9532BD

Color information

#9532BD (or 0x9532BD) is unknown color: approx Dark Orchid. HEX triplet: 95, 32 and BD. RGB value is (149,50,189). Sum of RGB (Red+Green+Blue) = 149+50+189=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9532BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9532BD is #6ACD42. Grayscale: #5E5E5E. Windows color (decimal): -6999363 or 12399253. OLE color: 12399253.

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

Color convert

RGB14950189-
CMYK0.210.7400.26
HSL282.73º58.16%46.86%-
HSV(B)282.73º73.54%74.12%-
XYZ22.7212.3449.33-
YUV95.45180.8166.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.40%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 189 (74.22% from 255) = 48.71%
R=38.40%
G=12.89%
B=48.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149501890.210.7400.26282.7358.1646.86
Hex9532BD154A01A11b3a2f
Octal22562275251120324337257
Binary1001010111001010111101101011001010011010100011011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9532BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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