#8735DF

Color #8735DF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8735DF

Tints of Blue Violet #8735DF

Color information

#8735DF (or 0x8735DF) is unknown color: approx Blue Violet. HEX triplet: 87, 35 and DF. RGB value is (135,53,223). Sum of RGB (Red+Green+Blue) = 135+53+223=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #8735DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8735DF is #78CA20. Grayscale: #606060. Windows color (decimal): -7916065 or 14628231. OLE color: 14628231.

HSL color Cylindrical-coordinate representation of color #8735DF: hue angle of 268.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8735DF is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13553223-
CMYK0.390.7600.13
HSL268.94º72.65%54.12%-
HSV(B)268.94º76.23%87.45%-
XYZ24.5813.0271.03-
YUV96.9199.17155.18-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 53 (21.09% from 255) = 12.90%
BLUE value IS 223 (87.5% from 255) = 54.26%
R=32.85%
G=12.90%
B=54.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135532230.390.7600.13268.9472.6554.12
Hex8735DF274C0D10d4936
Octal207653374711401541511166
Binary10000111110101110111111001111001100011011000011011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8735DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8735DF; }

 p { color: rgb(135,53,223); }

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

<style>
 a { background-color: #8735DF; }

 a { background-color: rgb(135,53,223); }

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

<style>
 span { border-color: #8735DF; }

 span { border-color: rgb(135,53,223); }

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