Html Css Color HEX #8628D7 Blue Violet

📋 copy color: '#8628D7'

red 134 ◦ green 40 ◦ blue 215

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

Shades of Blue Violet #8628D7

Tints of Blue Violet #8628D7

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.28%

 BLUE value IS 215 (84.38% from 255) = 55.27%

R = 34.45%
G = 10.28%
B = 55.27%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8628D7 (or 0x8628D7) is known color: Blue Violet. HEX triplet: 86, 28 and D7. RGB value is (134,40,215). Sum of RGB (Red+Green+Blue) = 134+40+215=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #8628D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8628D7 is #79D728. Grayscale: #575757. Windows color (decimal): -7984937 or 14100614. OLE color: 14100614.

HSL color Cylindrical-coordinate representation of color #8628D7: hue angle of 272.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8628D7 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 40 215 -
CMYK 0.38 0.81 0 0.16
HSL 272.23º 0.69% 0.5% -
HSV(B) 272.23º 0.81% 0.84% -
XYZ 22.86 11.49 65.3 -
YUV 88.06 199.64 160.77 -
System Red Green Blue C M Y K H S L
Decimal 134 40 215 0.38 0.81 0 0.16 272.23 0.69 0.5
Hex 86 28 D7 26 51 0 10 110 45 32
Octal 206 50 327 46 121 0 20 420 105 62
Binary 10000110 101000 11010111 100110 1010001 0 10000 100010000 1000101 110010

Color Harmonies of #8628D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8628D7

Black with #8628D7

Text Example


Text Example

White with #8628D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8628D7; }

 p { color: rgb(134,40,215); }

 H1.HeaderClassName
 {
   color: #8628D7;
 }
 .AnyTagClassName
 {
   color: #8628D7;
 }
</style>

background-color css

<style>
 a { background-color: #8628D7; }

 a { background-color: rgb(134,40,215); }

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

border-color css

<style>
 span { border-color: #8628D7; }

 span { border-color: rgb(134,40,215); }

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