#9429CA

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

Shades of Dark Orchid #9429CA

Tints of Dark Orchid #9429CA

Color information

#9429CA (or 0x9429CA) is unknown color: approx Dark Orchid. HEX triplet: 94, 29 and CA. RGB value is (148,41,202). Sum of RGB (Red+Green+Blue) = 148+41+202=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #9429CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429CA is #6BD635. Grayscale: #5A5A5A. Windows color (decimal): -7067190 or 13248916. OLE color: 13248916.

HSL color Cylindrical-coordinate representation of color #9429CA: hue angle of 279.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9429CA is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14841202-
CMYK0.270.8000.21
HSL279.88º66.26%47.65%-
HSV(B)279.88º79.7%79.22%-
XYZ23.6712.1556.97-
YUV91.35190.45168.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.85%
GREEN value IS 41 (16.41% from 255) = 10.49%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=37.85%
G=10.49%
B=51.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148412020.270.8000.21279.8866.2647.65
Hex9429CA1B500151184230
Octal224513123312002543010260
Binary10010100101001110010101101110100000101011000110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9429CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9429CA; }

 p { color: rgb(148,41,202); }

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

<style>
 a { background-color: #9429CA; }

 a { background-color: rgb(148,41,202); }

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

<style>
 span { border-color: #9429CA; }

 span { border-color: rgb(148,41,202); }

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