Html Css Color HEX #8629EF Blue Violet

📋 copy color: '#8629EF'

red 134 ◦ green 41 ◦ blue 239

#8629EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8629EF

Tints of Blue Violet #8629EF

RGB

 RED value IS 134 (52.73% from 255) = 32.37%

 GREEN value IS 41 (16.41% from 255) = 9.9%

 BLUE value IS 239 (93.75% from 255) = 57.73%

R = 32.37%
G = 9.9%
B = 57.73%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8629EF (or 0x8629EF) is known color: Blue Violet. HEX triplet: 86, 29 and EF. RGB value is (134,41,239). Sum of RGB (Red+Green+Blue) = 134+41+239=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #8629EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8629EF is #79D610. Grayscale: #5A5A5A. Windows color (decimal): -7984657 or 15673734. OLE color: 15673734.

HSL color Cylindrical-coordinate representation of color #8629EF: hue angle of 268.18º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8629EF is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 41 239 -
CMYK 0.44 0.83 0 0.06
HSL 268.18º 0.86% 0.55% -
HSV(B) 268.18º 0.83% 0.94% -
XYZ 26.2 12.89 82.77 -
YUV 91.38 211.31 158.4 -
System Red Green Blue C M Y K H S L
Decimal 134 41 239 0.44 0.83 0 0.06 268.18 0.86 0.55
Hex 86 29 EF 2C 53 0 6 10C 56 37
Octal 206 51 357 54 123 0 6 414 126 67
Binary 10000110 101001 11101111 101100 1010011 0 110 100001100 1010110 110111

Color Harmonies of #8629EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8629EF

Black with #8629EF

Text Example


Text Example

White with #8629EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8629EF; }

 p { color: rgb(134,41,239); }

 H1.HeaderClassName
 {
   color: #8629EF;
 }
 .AnyTagClassName
 {
   color: #8629EF;
 }
</style>

background-color css

<style>
 a { background-color: #8629EF; }

 a { background-color: rgb(134,41,239); }

 div.DivClassName
 {
   background-color: #8629EF;
 }
 .BgClassName
 {
   background-color: #8629EF;
 }
</style>

border-color css

<style>
 span { border-color: #8629EF; }

 span { border-color: rgb(134,41,239); }

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