Html Css Color HEX #8F12F6 Blue Violet

📋 copy color: '#8F12F6'

red 143 ◦ green 18 ◦ blue 246

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

Shades of Blue Violet #8F12F6

Tints of Blue Violet #8F12F6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.42%

 BLUE value IS 246 (96.48% from 255) = 60.44%

R = 35.14%
G = 4.42%
B = 60.44%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F12F6 (or 0x8F12F6) is known color: Blue Violet. HEX triplet: 8F, 12 and F6. RGB value is (143,18,246). Sum of RGB (Red+Green+Blue) = 143+18+246=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 246 (96.48% from 255 or 60.44% from 407); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F12F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F12F6 is #70ED09. Grayscale: #505050. Windows color (decimal): -7400714 or 16126607. OLE color: 16126607.

HSL color Cylindrical-coordinate representation of color #8F12F6: hue angle of 272.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F12F6 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 18 246 -
CMYK 0.42 0.93 0 0.04
HSL 272.89º 0.93% 0.52% -
HSV(B) 272.89º 0.93% 0.96% -
XYZ 28.18 12.93 88.2 -
YUV 81.37 220.91 171.96 -
System Red Green Blue C M Y K H S L
Decimal 143 18 246 0.42 0.93 0 0.04 272.89 0.93 0.52
Hex 8F 12 F6 2A 5D 0 4 111 5D 34
Octal 217 22 366 52 135 0 4 421 135 64
Binary 10001111 10010 11110110 101010 1011101 0 100 100010001 1011101 110100

Color Harmonies of #8F12F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F12F6

Black with #8F12F6

Text Example


Text Example

White with #8F12F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,18,246); }

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

background-color css

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

 a { background-color: rgb(143,18,246); }

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

border-color css

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

 span { border-color: rgb(143,18,246); }

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