#853AC4

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

Shades of Dark Orchid #853AC4

Tints of Dark Orchid #853AC4

Color information

#853AC4 (or 0x853AC4) is unknown color: approx Dark Orchid. HEX triplet: 85, 3A and C4. RGB value is (133,58,196). Sum of RGB (Red+Green+Blue) = 133+58+196=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 58 (23.05% from 255 or 14.99% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #853AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AC4 is #7AC53B. Grayscale: #5F5F5F. Windows color (decimal): -8045884 or 12860037. OLE color: 12860037.

HSL color Cylindrical-coordinate representation of color #853AC4: hue angle of 272.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853AC4 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13358196-
CMYK0.320.7000.23
HSL272.61º54.33%49.8%-
HSV(B)272.61º70.41%76.86%-
XYZ21.151253.43-
YUV96.16184.35154.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 58 (23.05% from 255) = 14.99%
BLUE value IS 196 (76.95% from 255) = 50.65%
R=34.37%
G=14.99%
B=50.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal133581960.320.7000.23272.6154.3349.8
Hex853AC420460171113632
Octal20572304401060274216662
Binary10000101111010110001001000001000110010111100010001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853AC4; }

 p { color: rgb(133,58,196); }

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

<style>
 a { background-color: #853AC4; }

 a { background-color: rgb(133,58,196); }

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

<style>
 span { border-color: #853AC4; }

 span { border-color: rgb(133,58,196); }

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