Html Css Color HEX #8F1EEF Blue Violet

📋 copy color: '#8F1EEF'

red 143 ◦ green 30 ◦ blue 239

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

Shades of Blue Violet #8F1EEF

Tints of Blue Violet #8F1EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

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

R = 34.71%
G = 7.28%
B = 58.01%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F1EEF (or 0x8F1EEF) is known color: Blue Violet. HEX triplet: 8F, 1E and EF. RGB value is (143,30,239). Sum of RGB (Red+Green+Blue) = 143+30+239=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 239 (93.75% from 255 or 58.01% from 412); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F1EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F1EEF is #70E110. Grayscale: #565656. Windows color (decimal): -7397649 or 15670927. OLE color: 15670927.

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

Color convert

RGB 143 30 239 -
CMYK 0.40 0.87 0 0.06
HSL 272.44º 0.87% 0.53% -
HSV(B) 272.44º 0.87% 0.94% -
XYZ 27.37 13 82.73 -
YUV 87.61 213.44 167.51 -
System Red Green Blue C M Y K H S L
Decimal 143 30 239 0.40 0.87 0 0.06 272.44 0.87 0.53
Hex 8F 1E EF 28 57 0 6 110 57 35
Octal 217 36 357 50 127 0 6 420 127 65
Binary 10001111 11110 11101111 101000 1010111 0 110 100010000 1010111 110101

Color Harmonies of #8F1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1EEF

Black with #8F1EEF

Text Example


Text Example

White with #8F1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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