#9432bd

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

Shades of Dark Orchid #9432BD

Tints of Dark Orchid #9432BD

Color information

#9432BD (or 0x9432BD) is unknown color: approx Dark Orchid. HEX triplet: 94, 32 and BD. RGB value is (148,50,189). Sum of RGB (Red+Green+Blue) = 148+50+189=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #9432BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9432BD is #6BCD42. Grayscale: #5E5E5E. Windows color (decimal): -7064899 or 12399252. OLE color: 12399252.

HSL color Cylindrical-coordinate representation of color #9432BD: hue angle of 282.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9432BD is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14850189-
CMYK0.220.7400.26
HSL282.3º58.16%46.86%-
HSV(B)282.3º73.54%74.12%-
XYZ22.5412.2549.32-
YUV95.15180.97165.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=38.24%
G=12.92%
B=48.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148501890.220.7400.26282.358.1646.86
Hex9432BD164A01A11a3a2f
Octal22462275261120324327257
Binary1001010011001010111101101101001010011010100011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9432bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9432bd; }

 p { color: rgb(148,50,189); }

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

<style>
 a { background-color: #9432bd; }

 a { background-color: rgb(148,50,189); }

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

<style>
 span { border-color: #9432bd; }

 span { border-color: rgb(148,50,189); }

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