Html Css Color HEX #8F0CF9 Blue Violet

📋 copy color: '#8F0CF9'

red 143 ◦ green 12 ◦ blue 249

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

Shades of Blue Violet #8F0CF9

Tints of Blue Violet #8F0CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.97%

 BLUE value IS 249 (97.66% from 255) = 61.63%

R = 35.4%
G = 2.97%
B = 61.63%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8F0CF9 (or 0x8F0CF9) is known color: Blue Violet. HEX triplet: 8F, 0C and F9. RGB value is (143,12,249). Sum of RGB (Red+Green+Blue) = 143+12+249=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 249 (97.66% from 255 or 61.63% from 404); Max value from RGB is 249 - color contains mainly: blue. Hex color #8F0CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0CF9 is #70F306. Grayscale: #4D4D4D. Windows color (decimal): -7402247 or 16321679. OLE color: 16321679.

HSL color Cylindrical-coordinate representation of color #8F0CF9: hue angle of 273.16º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0CF9 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 143 12 249 -
CMYK 0.43 0.95 0 0.02
HSL 273.16º 0.95% 0.51% -
HSV(B) 273.16º 0.95% 0.98% -
XYZ 28.56 12.94 90.62 -
YUV 78.19 224.4 174.23 -
System Red Green Blue C M Y K H S L
Decimal 143 12 249 0.43 0.95 0 0.02 273.16 0.95 0.51
Hex 8F C F9 2B 5F 0 2 111 5F 33
Octal 217 14 371 53 137 0 2 421 137 63
Binary 10001111 1100 11111001 101011 1011111 0 10 100010001 1011111 110011

Color Harmonies of #8F0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0CF9

Black with #8F0CF9

Text Example


Text Example

White with #8F0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,12,249); }

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

background-color css

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

 a { background-color: rgb(143,12,249); }

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

border-color css

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

 span { border-color: rgb(143,12,249); }

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