Html Css Color HEX #8742EE Blue Violet

📋 copy color: '#8742EE'

red 135 ◦ green 66 ◦ blue 238

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

Shades of Blue Violet #8742EE

Tints of Blue Violet #8742EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 30.75%
G = 15.03%
B = 54.21%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8742EE (or 0x8742EE) is known color: Blue Violet. HEX triplet: 87, 42 and EE. RGB value is (135,66,238). Sum of RGB (Red+Green+Blue) = 135+66+238=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 66 (26.17% from 255 or 15.03% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #8742EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8742EE is #78BD11. Grayscale: #696969. Windows color (decimal): -7912722 or 15614599. OLE color: 15614599.

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

Color convert

RGB 135 66 238 -
CMYK 0.43 0.72 0 0.07
HSL 264.07º 0.83% 0.6% -
HSV(B) 264.07º 0.72% 0.93% -
XYZ 27.37 15.22 82.38 -
YUV 106.24 202.36 148.51 -
System Red Green Blue C M Y K H S L
Decimal 135 66 238 0.43 0.72 0 0.07 264.07 0.83 0.6
Hex 87 42 EE 2B 48 0 7 108 53 3C
Octal 207 102 356 53 110 0 7 410 123 74
Binary 10000111 1000010 11101110 101011 1001000 0 111 100001000 1010011 111100

Color Harmonies of #8742EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8742EE

Black with #8742EE

Text Example


Text Example

White with #8742EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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