#9A35CA

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

Shades of Dark Orchid #9A35CA

Tints of Dark Orchid #9A35CA

Color information

#9A35CA (or 0x9A35CA) is unknown color: approx Dark Orchid. HEX triplet: 9A, 35 and CA. RGB value is (154,53,202). Sum of RGB (Red+Green+Blue) = 154+53+202=409 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.65% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A35CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A35CA is #65CA35. Grayscale: #636363. Windows color (decimal): -6670902 or 13251994. OLE color: 13251994.

HSL color Cylindrical-coordinate representation of color #9A35CA: hue angle of 280.67º 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 #9A35CA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15453202-
CMYK0.240.7400.21
HSL280.67º58.43%50%-
HSV(B)280.67º73.76%79.22%-
XYZ25.2613.6857.19-
YUV100.18185.46166.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.65%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=37.65%
G=12.96%
B=49.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154532020.240.7400.21280.6758.4350
Hex9A35CA184A0151193a32
Octal23265312301120254317262
Binary1001101011010111001010110001001010010101100011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A35CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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