#9532D7

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

Shades of Dark Orchid #9532D7

Tints of Dark Orchid #9532D7

Color information

#9532D7 (or 0x9532D7) is unknown color: approx Dark Orchid. HEX triplet: 95, 32 and D7. RGB value is (149,50,215). Sum of RGB (Red+Green+Blue) = 149+50+215=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #9532D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9532D7 is #6ACD28. Grayscale: #616161. Windows color (decimal): -6999337 or 14103189. OLE color: 14103189.

HSL color Cylindrical-coordinate representation of color #9532D7: hue angle of 276º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9532D7 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14950215-
CMYK0.310.7700.16
HSL276º67.35%51.96%-
HSV(B)276º76.74%84.31%-
XYZ25.813.5865.55-
YUV98.41193.8164.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 50 (19.92% from 255) = 12.08%
BLUE value IS 215 (84.38% from 255) = 51.93%
R=35.99%
G=12.08%
B=51.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal149502150.310.7700.1627667.3551.96
Hex9532D71F4D0101144334
Octal225623273711502042410364
Binary10010101110010110101111111110011010100001000101001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9532D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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