Html Css Color HEX #8F38EF Blue Violet

📋 copy color: '#8F38EF'

red 143 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #8F38EF

Tints of Blue Violet #8F38EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.79%

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

R = 32.65%
G = 12.79%
B = 54.57%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F38EF (or 0x8F38EF) is known color: Blue Violet. HEX triplet: 8F, 38 and EF. RGB value is (143,56,239). Sum of RGB (Red+Green+Blue) = 143+56+239=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F38EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F38EF is #70C710. Grayscale: #666666. Windows color (decimal): -7390993 or 15677583. OLE color: 15677583.

HSL color Cylindrical-coordinate representation of color #8F38EF: hue angle of 268.52º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F38EF is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 56 239 -
CMYK 0.40 0.77 0 0.06
HSL 268.52º 0.85% 0.58% -
HSV(B) 268.52º 0.77% 0.94% -
XYZ 28.32 14.9 83.04 -
YUV 102.88 204.82 156.62 -
System Red Green Blue C M Y K H S L
Decimal 143 56 239 0.40 0.77 0 0.06 268.52 0.85 0.58
Hex 8F 38 EF 28 4D 0 6 10D 55 3A
Octal 217 70 357 50 115 0 6 415 125 72
Binary 10001111 111000 11101111 101000 1001101 0 110 100001101 1010101 111010

Color Harmonies of #8F38EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F38EF

Black with #8F38EF

Text Example


Text Example

White with #8F38EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,56,239); }

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

background-color css

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

 a { background-color: rgb(143,56,239); }

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

border-color css

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

 span { border-color: rgb(143,56,239); }

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