#9522BD

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

Shades of Dark Orchid #9522BD

Tints of Dark Orchid #9522BD

Color information

#9522BD (or 0x9522BD) is unknown color: approx Dark Orchid. HEX triplet: 95, 22 and BD. RGB value is (149,34,189). Sum of RGB (Red+Green+Blue) = 149+34+189=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #9522BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9522BD is #6ADD42. Grayscale: #555555. Windows color (decimal): -7003459 or 12395157. OLE color: 12395157.

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

Color convert

RGB14934189-
CMYK0.210.8200.26
HSL284.52º69.51%43.73%-
HSV(B)284.52º82.01%74.12%-
XYZ22.1511.2149.14-
YUV86.05186.1172.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 34 (13.67% from 255) = 9.14%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=40.05%
G=9.14%
B=50.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149341890.210.8200.26284.5269.5143.73
Hex9522BD155201A11d462c
Octal225422752512203243510654
Binary10010101100010101111011010110100100110101000111011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9522BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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