#9435CA

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

Shades of Dark Orchid #9435CA

Tints of Dark Orchid #9435CA

Color information

#9435CA (or 0x9435CA) is unknown color: approx Dark Orchid. HEX triplet: 94, 35 and CA. RGB value is (148,53,202). Sum of RGB (Red+Green+Blue) = 148+53+202=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #9435CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9435CA is #6BCA35. Grayscale: #616161. Windows color (decimal): -7064118 or 13251988. OLE color: 13251988.

HSL color Cylindrical-coordinate representation of color #9435CA: hue angle of 278.26º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9435CA is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14853202-
CMYK0.270.7400.21
HSL278.26º58.43%50%-
HSV(B)278.26º73.76%79.22%-
XYZ24.1513.1157.13-
YUV98.39186.47163.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.72%
GREEN value IS 53 (21.09% from 255) = 13.15%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=36.72%
G=13.15%
B=50.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal148532020.270.7400.21278.2658.4350
Hex9435CA1B4A0151163a32
Octal22465312331120254267262
Binary1001010011010111001010110111001010010101100010110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9435CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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