Html Css Color HEX #8F44E1 Blue Violet

📋 copy color: '#8F44E1'

red 143 ◦ green 68 ◦ blue 225

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

Shades of Blue Violet #8F44E1

Tints of Blue Violet #8F44E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 32.8%
G = 15.6%
B = 51.61%

CMYK

 C value IS 0.36

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8F44E1 (or 0x8F44E1) is known color: Blue Violet. HEX triplet: 8F, 44 and E1. RGB value is (143,68,225). Sum of RGB (Red+Green+Blue) = 143+68+225=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #8F44E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F44E1 is #70BB1E. Grayscale: #6B6B6B. Windows color (decimal): -7387935 or 14763151. OLE color: 14763151.

HSL color Cylindrical-coordinate representation of color #8F44E1: hue angle of 268.66º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F44E1 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 68 225 -
CMYK 0.36 0.70 0 0.12
HSL 268.66º 0.72% 0.57% -
HSV(B) 268.66º 0.7% 0.88% -
XYZ 26.99 15.41 72.79 -
YUV 108.32 193.85 152.73 -
System Red Green Blue C M Y K H S L
Decimal 143 68 225 0.36 0.70 0 0.12 268.66 0.72 0.57
Hex 8F 44 E1 24 46 0 C 10D 48 39
Octal 217 104 341 44 106 0 14 415 110 71
Binary 10001111 1000100 11100001 100100 1000110 0 1100 100001101 1001000 111001

Color Harmonies of #8F44E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F44E1

Black with #8F44E1

Text Example


Text Example

White with #8F44E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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