Html Css Color HEX #8F4CEC Blue Violet

📋 copy color: '#8F4CEC'

red 143 ◦ green 76 ◦ blue 236

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

Shades of Blue Violet #8F4CEC

Tints of Blue Violet #8F4CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 31.43%
G = 16.7%
B = 51.87%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F4CEC (or 0x8F4CEC) is known color: Blue Violet. HEX triplet: 8F, 4C and EC. RGB value is (143,76,236). Sum of RGB (Red+Green+Blue) = 143+76+236=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #8F4CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F4CEC is #70B313. Grayscale: #717171. Windows color (decimal): -7385876 or 15486095. OLE color: 15486095.

HSL color Cylindrical-coordinate representation of color #8F4CEC: hue angle of 265.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F4CEC is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 76 236 -
CMYK 0.39 0.68 0 0.07
HSL 265.13º 0.81% 0.61% -
HSV(B) 265.13º 0.68% 0.93% -
XYZ 29.05 17.06 81.12 -
YUV 114.27 196.7 148.49 -
System Red Green Blue C M Y K H S L
Decimal 143 76 236 0.39 0.68 0 0.07 265.13 0.81 0.61
Hex 8F 4C EC 27 44 0 7 109 51 3D
Octal 217 114 354 47 104 0 7 411 121 75
Binary 10001111 1001100 11101100 100111 1000100 0 111 100001001 1010001 111101

Color Harmonies of #8F4CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4CEC

Black with #8F4CEC

Text Example


Text Example

White with #8F4CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,76,236); }

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

background-color css

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

 a { background-color: rgb(143,76,236); }

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

border-color css

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

 span { border-color: rgb(143,76,236); }

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