#9A38BD

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

Shades of Dark Orchid #9A38BD

Tints of Dark Orchid #9A38BD

Color information

#9A38BD (or 0x9A38BD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 38 and BD. RGB value is (154,56,189). Sum of RGB (Red+Green+Blue) = 154+56+189=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A38BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A38BD is #65C742. Grayscale: #646464. Windows color (decimal): -6670147 or 12400794. OLE color: 12400794.

HSL color Cylindrical-coordinate representation of color #9A38BD: hue angle of 284.21º 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 #9A38BD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15456189-
CMYK0.190.7000.26
HSL284.21º54.29%48.04%-
HSV(B)284.21º70.37%74.12%-
XYZ23.9313.3749.46-
YUV100.46177.97166.19-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 56 (22.27% from 255) = 14.04%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=38.60%
G=14.04%
B=47.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154561890.190.7000.26284.2154.2948.04
Hex9A38BD134601A11c3630
Octal23270275231060324346660
Binary1001101011100010111101100111000110011010100011100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A38BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A38BD; }

 p { color: rgb(154,56,189); }

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

<style>
 a { background-color: #9A38BD; }

 a { background-color: rgb(154,56,189); }

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

<style>
 span { border-color: #9A38BD; }

 span { border-color: rgb(154,56,189); }

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