Html Css Color HEX #8F44F6 Blue Violet

📋 copy color: '#8F44F6'

red 143 ◦ green 68 ◦ blue 246

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

Shades of Blue Violet #8F44F6

Tints of Blue Violet #8F44F6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.88%

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

R = 31.29%
G = 14.88%
B = 53.83%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8F44F6 (or 0x8F44F6) is known color: Blue Violet. HEX triplet: 8F, 44 and F6. RGB value is (143,68,246). Sum of RGB (Red+Green+Blue) = 143+68+246=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #8F44F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F44F6 is #70BB09. Grayscale: #6E6E6E. Windows color (decimal): -7387914 or 16139407. OLE color: 16139407.

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

Color convert

RGB 143 68 246 -
CMYK 0.42 0.72 0 0.04
HSL 265.28º 0.91% 0.62% -
HSV(B) 265.28º 0.72% 0.96% -
XYZ 30.03 16.63 88.82 -
YUV 110.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 143 68 246 0.42 0.72 0 0.04 265.28 0.91 0.62
Hex 8F 44 F6 2A 48 0 4 109 5B 3E
Octal 217 104 366 52 110 0 4 411 133 76
Binary 10001111 1000100 11110110 101010 1001000 0 100 100001001 1011011 111110

Color Harmonies of #8F44F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F44F6

Black with #8F44F6

Text Example


Text Example

White with #8F44F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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