#8625D0

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

Shades of Blue Violet #8625D0

Tints of Blue Violet #8625D0

Color information

#8625D0 (or 0x8625D0) is unknown color: approx Blue Violet. HEX triplet: 86, 25 and D0. RGB value is (134,37,208). Sum of RGB (Red+Green+Blue) = 134+37+208=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #8625D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8625D0 is #79DA2F. Grayscale: #545454. Windows color (decimal): -7985712 or 13641094. OLE color: 13641094.

HSL color Cylindrical-coordinate representation of color #8625D0: hue angle of 274.04º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8625D0 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13437208-
CMYK0.360.8200.18
HSL274.04º69.8%48.04%-
HSV(B)274.04º82.21%81.57%-
XYZ21.8810.9560.63-
YUV85.5197.14162.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 37 (14.84% from 255) = 9.76%
BLUE value IS 208 (81.64% from 255) = 54.88%
R=35.36%
G=9.76%
B=54.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal134372080.360.8200.18274.0469.848.04
Hex8625D024520121124630
Octal206453204412202242210660
Binary100001101001011101000010010010100100100101000100101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8625D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8625D0; }

 p { color: rgb(134,37,208); }

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

<style>
 a { background-color: #8625D0; }

 a { background-color: rgb(134,37,208); }

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

<style>
 span { border-color: #8625D0; }

 span { border-color: rgb(134,37,208); }

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