Html Css Color HEX #8648D7 Blue Violet

📋 copy color: '#8648D7'

red 134 ◦ green 72 ◦ blue 215

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

Shades of Blue Violet #8648D7

Tints of Blue Violet #8648D7

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.1%

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

R = 31.83%
G = 17.1%
B = 51.07%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8648D7 (or 0x8648D7) is known color: Blue Violet. HEX triplet: 86, 48 and D7. RGB value is (134,72,215). Sum of RGB (Red+Green+Blue) = 134+72+215=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #8648D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648D7 is #79B728. Grayscale: #6A6A6A. Windows color (decimal): -7976745 or 14108806. OLE color: 14108806.

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

Color convert

RGB 134 72 215 -
CMYK 0.38 0.67 0 0.16
HSL 266.01º 0.64% 0.56% -
HSV(B) 266.01º 0.67% 0.84% -
XYZ 24.41 14.61 65.82 -
YUV 106.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 134 72 215 0.38 0.67 0 0.16 266.01 0.64 0.56
Hex 86 48 D7 26 43 0 10 10A 40 38
Octal 206 110 327 46 103 0 20 412 100 70
Binary 10000110 1001000 11010111 100110 1000011 0 10000 100001010 1000000 111000

Color Harmonies of #8648D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8648D7

Black with #8648D7

Text Example


Text Example

White with #8648D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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