#8a35c3

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

Shades of Dark Orchid #8A35C3

Tints of Dark Orchid #8A35C3

Color information

#8A35C3 (or 0x8A35C3) is unknown color: approx Dark Orchid. HEX triplet: 8A, 35 and C3. RGB value is (138,53,195). Sum of RGB (Red+Green+Blue) = 138+53+195=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 195 (76.56% from 255 or 50.52% from 386); Max value from RGB is 195 - color contains mainly: blue. Hex color #8A35C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A35C3 is #75CA3C. Grayscale: #5E5E5E. Windows color (decimal): -7719485 or 12793226. OLE color: 12793226.

HSL color Cylindrical-coordinate representation of color #8A35C3: hue angle of 275.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8A35C3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13853195-
CMYK0.290.7300.24
HSL275.92º57.26%48.63%-
HSV(B)275.92º72.82%76.47%-
XYZ21.611.8952.79-
YUV94.6184.66158.95-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 53 (21.09% from 255) = 13.73%
BLUE value IS 195 (76.56% from 255) = 50.52%
R=35.75%
G=13.73%
B=50.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138531950.290.7300.24275.9257.2648.63
Hex8A35C31D490181143931
Octal21265303351110304247161
Binary1000101011010111000011111011001001011000100010100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a35c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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