#9538B9

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

Shades of Dark Orchid #9538B9

Tints of Dark Orchid #9538B9

Color information

#9538B9 (or 0x9538B9) is unknown color: approx Dark Orchid. HEX triplet: 95, 38 and B9. RGB value is (149,56,185). Sum of RGB (Red+Green+Blue) = 149+56+185=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #9538B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538B9 is #6AC746. Grayscale: #626262. Windows color (decimal): -6997831 or 12138645. OLE color: 12138645.

HSL color Cylindrical-coordinate representation of color #9538B9: hue angle of 283.26º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9538B9 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14956185-
CMYK0.190.7000.27
HSL283.26º53.53%47.25%-
HSV(B)283.26º69.73%72.55%-
XYZ22.5712.7247.16-
YUV98.51176.81164.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 56 (22.27% from 255) = 14.36%
BLUE value IS 185 (72.66% from 255) = 47.44%
R=38.21%
G=14.36%
B=47.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal149561850.190.7000.27283.2653.5347.25
Hex9538B9134601B11b362f
Octal22570271231060334336657
Binary1001010111100010111001100111000110011011100011011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9538B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9538B9; }

 p { color: rgb(149,56,185); }

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

<style>
 a { background-color: #9538B9; }

 a { background-color: rgb(149,56,185); }

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

<style>
 span { border-color: #9538B9; }

 span { border-color: rgb(149,56,185); }

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