Html Css Color HEX #8F27DF Blue Violet

📋 copy color: '#8F27DF'

red 143 ◦ green 39 ◦ blue 223

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

Shades of Blue Violet #8F27DF

Tints of Blue Violet #8F27DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.06%

R = 35.31%
G = 9.63%
B = 55.06%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F27DF (or 0x8F27DF) is known color: Blue Violet. HEX triplet: 8F, 27 and DF. RGB value is (143,39,223). Sum of RGB (Red+Green+Blue) = 143+39+223=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F27DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F27DF is #70D820. Grayscale: #5A5A5A. Windows color (decimal): -7395361 or 14624655. OLE color: 14624655.

HSL color Cylindrical-coordinate representation of color #8F27DF: hue angle of 273.91º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F27DF is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 39 223 -
CMYK 0.36 0.83 0 0.13
HSL 273.91º 0.74% 0.51% -
HSV(B) 273.91º 0.83% 0.87% -
XYZ 25.37 12.62 70.91 -
YUV 91.07 202.46 165.04 -
System Red Green Blue C M Y K H S L
Decimal 143 39 223 0.36 0.83 0 0.13 273.91 0.74 0.51
Hex 8F 27 DF 24 53 0 D 112 4A 33
Octal 217 47 337 44 123 0 15 422 112 63
Binary 10001111 100111 11011111 100100 1010011 0 1101 100010010 1001010 110011

Color Harmonies of #8F27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F27DF

Black with #8F27DF

Text Example


Text Example

White with #8F27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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