Html Css Color HEX #8748ED Blue Violet

📋 copy color: '#8748ED'

red 135 ◦ green 72 ◦ blue 237

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

Shades of Blue Violet #8748ED

Tints of Blue Violet #8748ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 30.41%
G = 16.22%
B = 53.38%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8748ED (or 0x8748ED) is known color: Blue Violet. HEX triplet: 87, 48 and ED. RGB value is (135,72,237). Sum of RGB (Red+Green+Blue) = 135+72+237=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #8748ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8748ED is #78B712. Grayscale: #6D6D6D. Windows color (decimal): -7911187 or 15550599. OLE color: 15550599.

HSL color Cylindrical-coordinate representation of color #8748ED: hue angle of 262.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8748ED is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 72 237 -
CMYK 0.43 0.70 0 0.07
HSL 262.91º 0.82% 0.61% -
HSV(B) 262.91º 0.7% 0.93% -
XYZ 27.6 15.9 81.74 -
YUV 109.65 199.87 146.08 -
System Red Green Blue C M Y K H S L
Decimal 135 72 237 0.43 0.70 0 0.07 262.91 0.82 0.61
Hex 87 48 ED 2B 46 0 7 107 52 3D
Octal 207 110 355 53 106 0 7 407 122 75
Binary 10000111 1001000 11101101 101011 1000110 0 111 100000111 1010010 111101

Color Harmonies of #8748ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8748ED

Black with #8748ED

Text Example


Text Example

White with #8748ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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