Html Css Color HEX #8F27EF Blue Violet

📋 copy color: '#8F27EF'

red 143 ◦ green 39 ◦ blue 239

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

Shades of Blue Violet #8F27EF

Tints of Blue Violet #8F27EF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.26%

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

R = 33.97%
G = 9.26%
B = 56.77%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F27EF (or 0x8F27EF) is known color: Blue Violet. HEX triplet: 8F, 27 and EF. RGB value is (143,39,239). Sum of RGB (Red+Green+Blue) = 143+39+239=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 39 (15.62% from 255 or 9.26% from 421); Blue value is 239 (93.75% from 255 or 56.77% from 421); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F27EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F27EF is #70D810. Grayscale: #5C5C5C. Windows color (decimal): -7395345 or 15673231. OLE color: 15673231.

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

Color convert

RGB 143 39 239 -
CMYK 0.40 0.84 0 0.06
HSL 271.2º 0.86% 0.55% -
HSV(B) 271.2º 0.84% 0.94% -
XYZ 27.63 13.52 82.82 -
YUV 92.9 210.46 163.74 -
System Red Green Blue C M Y K H S L
Decimal 143 39 239 0.40 0.84 0 0.06 271.2 0.86 0.55
Hex 8F 27 EF 28 54 0 6 10F 56 37
Octal 217 47 357 50 124 0 6 417 126 67
Binary 10001111 100111 11101111 101000 1010100 0 110 100001111 1010110 110111

Color Harmonies of #8F27EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F27EF

Black with #8F27EF

Text Example


Text Example

White with #8F27EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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