Html Css Color HEX #8E35FF Blue Violet

📋 copy color: '#8E35FF'

red 142 ◦ green 53 ◦ blue 255

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

Shades of Blue Violet #8E35FF

Tints of Blue Violet #8E35FF

RGB

 RED value IS 142 (55.86% from 255) = 31.56%

 GREEN value IS 53 (21.09% from 255) = 11.78%

 BLUE value IS 255 (100% from 255) = 56.67%

R = 31.56%
G = 11.78%
B = 56.67%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E35FF (or 0x8E35FF) is known color: Blue Violet. HEX triplet: 8E, 35 and FF. RGB value is (142,53,255). Sum of RGB (Red+Green+Blue) = 142+53+255=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E35FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E35FF is #71CA00. Grayscale: #656565. Windows color (decimal): -7457281 or 16725390. OLE color: 16725390.

HSL color Cylindrical-coordinate representation of color #8E35FF: hue angle of 266.44º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E35FF is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 53 255 -
CMYK 0.44 0.79 0 0
HSL 266.44º 1% 0.6% -
HSV(B) 266.44º 0.79% 1% -
XYZ 30.48 15.52 96 -
YUV 102.64 213.99 156.07 -
System Red Green Blue C M Y K H S L
Decimal 142 53 255 0.44 0.79 0 0 266.44 1 0.6
Hex 8E 35 FF 2C 4F 0 0 10A 64 3C
Octal 216 65 377 54 117 0 0 412 144 74
Binary 10001110 110101 11111111 101100 1001111 0 0 100001010 1100100 111100

Color Harmonies of #8E35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E35FF

Black with #8E35FF

Text Example


Text Example

White with #8E35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E35FF; }

 p { color: rgb(142,53,255); }

 H1.HeaderClassName
 {
   color: #8E35FF;
 }
 .AnyTagClassName
 {
   color: #8E35FF;
 }
</style>

background-color css

<style>
 a { background-color: #8E35FF; }

 a { background-color: rgb(142,53,255); }

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

border-color css

<style>
 span { border-color: #8E35FF; }

 span { border-color: rgb(142,53,255); }

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