Html Css Color HEX #8742EB Blue Violet

📋 copy color: '#8742EB'

red 135 ◦ green 66 ◦ blue 235

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

Shades of Blue Violet #8742EB

Tints of Blue Violet #8742EB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.14%

 BLUE value IS 235 (92.19% from 255) = 53.9%

R = 30.96%
G = 15.14%
B = 53.9%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8742EB (or 0x8742EB) is known color: Blue Violet. HEX triplet: 87, 42 and EB. RGB value is (135,66,235). Sum of RGB (Red+Green+Blue) = 135+66+235=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #8742EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8742EB is #78BD14. Grayscale: #696969. Windows color (decimal): -7912725 or 15417991. OLE color: 15417991.

HSL color Cylindrical-coordinate representation of color #8742EB: hue angle of 264.5º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8742EB is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 66 235 -
CMYK 0.43 0.72 0 0.08
HSL 264.5º 0.81% 0.59% -
HSV(B) 264.5º 0.72% 0.92% -
XYZ 26.94 15.05 80.08 -
YUV 105.9 200.86 148.76 -
System Red Green Blue C M Y K H S L
Decimal 135 66 235 0.43 0.72 0 0.08 264.5 0.81 0.59
Hex 87 42 EB 2B 48 0 8 108 51 3B
Octal 207 102 353 53 110 0 10 410 121 73
Binary 10000111 1000010 11101011 101011 1001000 0 1000 100001000 1010001 111011

Color Harmonies of #8742EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8742EB

Black with #8742EB

Text Example


Text Example

White with #8742EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8742EB; }

 p { color: rgb(135,66,235); }

 H1.HeaderClassName
 {
   color: #8742EB;
 }
 .AnyTagClassName
 {
   color: #8742EB;
 }
</style>

background-color css

<style>
 a { background-color: #8742EB; }

 a { background-color: rgb(135,66,235); }

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

border-color css

<style>
 span { border-color: #8742EB; }

 span { border-color: rgb(135,66,235); }

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