Html Css Color HEX #8649DC Blue Violet

📋 copy color: '#8649DC'

red 134 ◦ green 73 ◦ blue 220

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

Shades of Blue Violet #8649DC

Tints of Blue Violet #8649DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 31.38%
G = 17.1%
B = 51.52%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8649DC (or 0x8649DC) is known color: Blue Violet. HEX triplet: 86, 49 and DC. RGB value is (134,73,220). Sum of RGB (Red+Green+Blue) = 134+73+220=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #8649DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8649DC is #79B623. Grayscale: #6B6B6B. Windows color (decimal): -7976484 or 14436742. OLE color: 14436742.

HSL color Cylindrical-coordinate representation of color #8649DC: hue angle of 264.9º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8649DC is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 73 220 -
CMYK 0.39 0.67 0 0.14
HSL 264.9º 0.68% 0.57% -
HSV(B) 264.9º 0.67% 0.86% -
XYZ 25.13 15 69.28 -
YUV 108 191.21 146.55 -
System Red Green Blue C M Y K H S L
Decimal 134 73 220 0.39 0.67 0 0.14 264.9 0.68 0.57
Hex 86 49 DC 27 43 0 E 109 44 39
Octal 206 111 334 47 103 0 16 411 104 71
Binary 10000110 1001001 11011100 100111 1000011 0 1110 100001001 1000100 111001

Color Harmonies of #8649DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8649DC

Black with #8649DC

Text Example


Text Example

White with #8649DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8649DC; }

 p { color: rgb(134,73,220); }

 H1.HeaderClassName
 {
   color: #8649DC;
 }
 .AnyTagClassName
 {
   color: #8649DC;
 }
</style>

background-color css

<style>
 a { background-color: #8649DC; }

 a { background-color: rgb(134,73,220); }

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

border-color css

<style>
 span { border-color: #8649DC; }

 span { border-color: rgb(134,73,220); }

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