#8A35C9

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

Shades of Dark Orchid #8A35C9

Tints of Dark Orchid #8A35C9

Color information

#8A35C9 (or 0x8A35C9) is unknown color: approx Dark Orchid. HEX triplet: 8A, 35 and C9. RGB value is (138,53,201). Sum of RGB (Red+Green+Blue) = 138+53+201=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A35C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A35C9 is #75CA36. Grayscale: #5E5E5E. Windows color (decimal): -7719479 or 13186442. OLE color: 13186442.

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

Color convert

RGB13853201-
CMYK0.310.7400.21
HSL274.46º58.27%49.8%-
HSV(B)274.46º73.63%78.82%-
XYZ22.312.1756.43-
YUV95.29187.66158.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.20%
GREEN value IS 53 (21.09% from 255) = 13.52%
BLUE value IS 201 (78.91% from 255) = 51.28%
R=35.20%
G=13.52%
B=51.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138532010.310.7400.21274.4658.2749.8
Hex8A35C91F4A0151123a32
Octal21265311371120254227262
Binary1000101011010111001001111111001010010101100010010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A35C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A35C9; }

 p { color: rgb(138,53,201); }

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

<style>
 a { background-color: #8A35C9; }

 a { background-color: rgb(138,53,201); }

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

<style>
 span { border-color: #8A35C9; }

 span { border-color: rgb(138,53,201); }

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