Html Css Color HEX #8749EF Blue Violet

📋 copy color: '#8749EF'

red 135 ◦ green 73 ◦ blue 239

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

Shades of Blue Violet #8749EF

Tints of Blue Violet #8749EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 30.2%
G = 16.33%
B = 53.47%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8749EF (or 0x8749EF) is known color: Blue Violet. HEX triplet: 87, 49 and EF. RGB value is (135,73,239). Sum of RGB (Red+Green+Blue) = 135+73+239=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #8749EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8749EF is #78B610. Grayscale: #6D6D6D. Windows color (decimal): -7910929 or 15681927. OLE color: 15681927.

HSL color Cylindrical-coordinate representation of color #8749EF: hue angle of 262.41º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8749EF is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 73 239 -
CMYK 0.44 0.69 0 0.06
HSL 262.41º 0.84% 0.61% -
HSV(B) 262.41º 0.69% 0.94% -
XYZ 27.95 16.15 83.3 -
YUV 110.46 200.54 145.5 -
System Red Green Blue C M Y K H S L
Decimal 135 73 239 0.44 0.69 0 0.06 262.41 0.84 0.61
Hex 87 49 EF 2C 45 0 6 106 54 3D
Octal 207 111 357 54 105 0 6 406 124 75
Binary 10000111 1001001 11101111 101100 1000101 0 110 100000110 1010100 111101

Color Harmonies of #8749EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8749EF

Black with #8749EF

Text Example


Text Example

White with #8749EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8749EF; }

 p { color: rgb(135,73,239); }

 H1.HeaderClassName
 {
   color: #8749EF;
 }
 .AnyTagClassName
 {
   color: #8749EF;
 }
</style>

background-color css

<style>
 a { background-color: #8749EF; }

 a { background-color: rgb(135,73,239); }

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

border-color css

<style>
 span { border-color: #8749EF; }

 span { border-color: rgb(135,73,239); }

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