Html Css Color HEX #8648DB Blue Violet

📋 copy color: '#8648DB'

red 134 ◦ green 72 ◦ blue 219

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

Shades of Blue Violet #8648DB

Tints of Blue Violet #8648DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 31.53%
G = 16.94%
B = 51.53%

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

#8648DB (or 0x8648DB) is known color: Blue Violet. HEX triplet: 86, 48 and DB. RGB value is (134,72,219). Sum of RGB (Red+Green+Blue) = 134+72+219=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #8648DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8648DB is #79B724. Grayscale: #6A6A6A. Windows color (decimal): -7976741 or 14370950. OLE color: 14370950.

HSL color Cylindrical-coordinate representation of color #8648DB: hue angle of 265.31º degrees, saturation: 0.67, 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 #8648DB is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 72 219 -
CMYK 0.39 0.67 0 0.14
HSL 265.31º 0.67% 0.57% -
HSV(B) 265.31º 0.67% 0.86% -
XYZ 24.94 14.82 68.56 -
YUV 107.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 134 72 219 0.39 0.67 0 0.14 265.31 0.67 0.57
Hex 86 48 DB 27 43 0 E 109 43 39
Octal 206 110 333 47 103 0 16 411 103 71
Binary 10000110 1001000 11011011 100111 1000011 0 1110 100001001 1000011 111001

Color Harmonies of #8648DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8648DB

Black with #8648DB

Text Example


Text Example

White with #8648DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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