#9538DA

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

Shades of Dark Orchid #9538DA

Tints of Dark Orchid #9538DA

Color information

#9538DA (or 0x9538DA) is unknown color: approx Dark Orchid. HEX triplet: 95, 38 and DA. RGB value is (149,56,218). Sum of RGB (Red+Green+Blue) = 149+56+218=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #9538DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538DA is #6AC725. Grayscale: #656565. Windows color (decimal): -6997798 or 14301333. OLE color: 14301333.

HSL color Cylindrical-coordinate representation of color #9538DA: hue angle of 274.44º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9538DA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14956218-
CMYK0.320.7400.15
HSL274.44º68.64%53.73%-
HSV(B)274.44º74.31%85.49%-
XYZ26.4614.2867.69-
YUV102.28193.31161.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=35.22%
G=13.24%
B=51.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149562180.320.7400.15274.4468.6453.73
Hex9538DA204A0F1124536
Octal225703324011201742210566
Binary10010101111000110110101000001001010011111000100101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9538DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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