Html Css Color HEX #8639D7 Blue Violet

📋 copy color: '#8639D7'

red 134 ◦ green 57 ◦ blue 215

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

Shades of Blue Violet #8639D7

Tints of Blue Violet #8639D7

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.04%

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

R = 33%
G = 14.04%
B = 52.96%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8639D7 (or 0x8639D7) is known color: Blue Violet. HEX triplet: 86, 39 and D7. RGB value is (134,57,215). Sum of RGB (Red+Green+Blue) = 134+57+215=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #8639D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8639D7 is #79C628. Grayscale: #616161. Windows color (decimal): -7980585 or 14104966. OLE color: 14104966.

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

Color convert

RGB 134 57 215 -
CMYK 0.38 0.73 0 0.16
HSL 269.24º 0.66% 0.53% -
HSV(B) 269.24º 0.73% 0.84% -
XYZ 23.56 12.9 65.54 -
YUV 98.04 194.01 153.65 -
System Red Green Blue C M Y K H S L
Decimal 134 57 215 0.38 0.73 0 0.16 269.24 0.66 0.53
Hex 86 39 D7 26 49 0 10 10D 42 35
Octal 206 71 327 46 111 0 20 415 102 65
Binary 10000110 111001 11010111 100110 1001001 0 10000 100001101 1000010 110101

Color Harmonies of #8639D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8639D7

Black with #8639D7

Text Example


Text Example

White with #8639D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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