#9423BD

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

Shades of Dark Orchid #9423BD

Tints of Dark Orchid #9423BD

Color information

#9423BD (or 0x9423BD) is unknown color: approx Dark Orchid. HEX triplet: 94, 23 and BD. RGB value is (148,35,189). Sum of RGB (Red+Green+Blue) = 148+35+189=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #9423BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9423BD is #6BDC42. Grayscale: #555555. Windows color (decimal): -7068739 or 12395412. OLE color: 12395412.

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

Color convert

RGB14835189-
CMYK0.220.8100.26
HSL284.03º68.75%43.92%-
HSV(B)284.03º81.48%74.12%-
XYZ2211.1749.14-
YUV86.34185.94171.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 35 (14.06% from 255) = 9.41%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=39.78%
G=9.41%
B=50.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148351890.220.8100.26284.0368.7543.92
Hex9423BD165101A11c452c
Octal224432752612103243410554
Binary10010100100011101111011011010100010110101000111001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9423BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9423BD; }

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

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

<style>
 a { background-color: #9423BD; }

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

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

<style>
 span { border-color: #9423BD; }

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

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