#9534D1

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

Shades of Dark Orchid #9534D1

Tints of Dark Orchid #9534D1

Color information

#9534D1 (or 0x9534D1) is unknown color: approx Dark Orchid. HEX triplet: 95, 34 and D1. RGB value is (149,52,209). Sum of RGB (Red+Green+Blue) = 149+52+209=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #9534D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9534D1 is #6ACB2E. Grayscale: #626262. Windows color (decimal): -6998831 or 13710485. OLE color: 13710485.

HSL color Cylindrical-coordinate representation of color #9534D1: hue angle of 277.07º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9534D1 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14952209-
CMYK0.290.7500.18
HSL277.07º63.05%51.18%-
HSV(B)277.07º75.12%81.96%-
XYZ25.1313.4561.59-
YUV98.9190.14163.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.34%
GREEN value IS 52 (20.70% from 255) = 12.68%
BLUE value IS 209 (82.03% from 255) = 50.98%
R=36.34%
G=12.68%
B=50.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal149522090.290.7500.18277.0763.0551.18
Hex9534D11D4B0121153f33
Octal22564321351130224257763
Binary1001010111010011010001111011001011010010100010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9534D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9534D1; }

 p { color: rgb(149,52,209); }

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

<style>
 a { background-color: #9534D1; }

 a { background-color: rgb(149,52,209); }

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

<style>
 span { border-color: #9534D1; }

 span { border-color: rgb(149,52,209); }

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