Html Css Color HEX #8F35EE Blue Violet

📋 copy color: '#8F35EE'

red 143 ◦ green 53 ◦ blue 238

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

Shades of Blue Violet #8F35EE

Tints of Blue Violet #8F35EE

RGB

 RED value IS 143 (56.25% from 255) = 32.95%

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

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

R = 32.95%
G = 12.21%
B = 54.84%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F35EE (or 0x8F35EE) is known color: Blue Violet. HEX triplet: 8F, 35 and EE. RGB value is (143,53,238). Sum of RGB (Red+Green+Blue) = 143+53+238=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F35EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F35EE is #70CA11. Grayscale: #646464. Windows color (decimal): -7391762 or 15611279. OLE color: 15611279.

HSL color Cylindrical-coordinate representation of color #8F35EE: hue angle of 269.19º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8F35EE is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 53 238 -
CMYK 0.40 0.78 0 0.07
HSL 269.19º 0.84% 0.57% -
HSV(B) 269.19º 0.78% 0.93% -
XYZ 28.03 14.56 82.22 -
YUV 101 205.32 157.96 -
System Red Green Blue C M Y K H S L
Decimal 143 53 238 0.40 0.78 0 0.07 269.19 0.84 0.57
Hex 8F 35 EE 28 4E 0 7 10D 54 39
Octal 217 65 356 50 116 0 7 415 124 71
Binary 10001111 110101 11101110 101000 1001110 0 111 100001101 1010100 111001

Color Harmonies of #8F35EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F35EE

Black with #8F35EE

Text Example


Text Example

White with #8F35EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,53,238); }

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

background-color css

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

 a { background-color: rgb(143,53,238); }

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

border-color css

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

 span { border-color: rgb(143,53,238); }

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