Html Css Color HEX #8748EC Blue Violet

📋 copy color: '#8748EC'

red 135 ◦ green 72 ◦ blue 236

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

Shades of Blue Violet #8748EC

Tints of Blue Violet #8748EC

RGB

 RED value IS 135 (53.13% from 255) = 30.47%

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

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 30.47%
G = 16.25%
B = 53.27%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8748EC (or 0x8748EC) is known color: Blue Violet. HEX triplet: 87, 48 and EC. RGB value is (135,72,236). Sum of RGB (Red+Green+Blue) = 135+72+236=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #8748EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8748EC is #78B713. Grayscale: #6C6C6C. Windows color (decimal): -7911188 or 15485063. OLE color: 15485063.

HSL color Cylindrical-coordinate representation of color #8748EC: hue angle of 263.05º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8748EC is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 72 236 -
CMYK 0.43 0.69 0 0.07
HSL 263.05º 0.81% 0.6% -
HSV(B) 263.05º 0.69% 0.93% -
XYZ 27.45 15.84 80.97 -
YUV 109.53 199.37 146.16 -
System Red Green Blue C M Y K H S L
Decimal 135 72 236 0.43 0.69 0 0.07 263.05 0.81 0.6
Hex 87 48 EC 2B 45 0 7 107 51 3C
Octal 207 110 354 53 105 0 7 407 121 74
Binary 10000111 1001000 11101100 101011 1000101 0 111 100000111 1010001 111100

Color Harmonies of #8748EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8748EC

Black with #8748EC

Text Example


Text Example

White with #8748EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8748EC; }

 p { color: rgb(135,72,236); }

 H1.HeaderClassName
 {
   color: #8748EC;
 }
 .AnyTagClassName
 {
   color: #8748EC;
 }
</style>

background-color css

<style>
 a { background-color: #8748EC; }

 a { background-color: rgb(135,72,236); }

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

border-color css

<style>
 span { border-color: #8748EC; }

 span { border-color: rgb(135,72,236); }

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