Html Css Color HEX #8F10EF Blue Violet

📋 copy color: '#8F10EF'

red 143 ◦ green 16 ◦ blue 239

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

Shades of Blue Violet #8F10EF

Tints of Blue Violet #8F10EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.02%

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

R = 35.93%
G = 4.02%
B = 60.05%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F10EF (or 0x8F10EF) is known color: Blue Violet. HEX triplet: 8F, 10 and EF. RGB value is (143,16,239). Sum of RGB (Red+Green+Blue) = 143+16+239=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F10EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F10EF is #70EF10. Grayscale: #4E4E4E. Windows color (decimal): -7401233 or 15667343. OLE color: 15667343.

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

Color convert

RGB 143 16 239 -
CMYK 0.40 0.93 0 0.06
HSL 274.17º 0.87% 0.5% -
HSV(B) 274.17º 0.93% 0.94% -
XYZ 27.09 12.44 82.63 -
YUV 79.4 218.08 173.37 -
System Red Green Blue C M Y K H S L
Decimal 143 16 239 0.40 0.93 0 0.06 274.17 0.87 0.5
Hex 8F 10 EF 28 5D 0 6 112 57 32
Octal 217 20 357 50 135 0 6 422 127 62
Binary 10001111 10000 11101111 101000 1011101 0 110 100010010 1010111 110010

Color Harmonies of #8F10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F10EF

Black with #8F10EF

Text Example


Text Example

White with #8F10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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