#9538BC

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

Shades of Dark Orchid #9538BC

Tints of Dark Orchid #9538BC

Color information

#9538BC (or 0x9538BC) is unknown color: approx Dark Orchid. HEX triplet: 95, 38 and BC. RGB value is (149,56,188). Sum of RGB (Red+Green+Blue) = 149+56+188=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #9538BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9538BC is #6AC743. Grayscale: #626262. Windows color (decimal): -6997828 or 12335253. OLE color: 12335253.

HSL color Cylindrical-coordinate representation of color #9538BC: hue angle of 282.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9538BC is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14956188-
CMYK0.210.7000.26
HSL282.27º54.1%47.84%-
HSV(B)282.27º70.21%73.73%-
XYZ22.8912.8548.85-
YUV98.86178.31163.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 56 (22.27% from 255) = 14.25%
BLUE value IS 188 (73.83% from 255) = 47.84%
R=37.91%
G=14.25%
B=47.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149561880.210.7000.26282.2754.147.84
Hex9538BC154601A11a3630
Octal22570274251060324326660
Binary1001010111100010111100101011000110011010100011010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9538BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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