Html Css Color HEX #8F44EF Blue Violet

📋 copy color: '#8F44EF'

red 143 ◦ green 68 ◦ blue 239

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

Shades of Blue Violet #8F44EF

Tints of Blue Violet #8F44EF

RGB

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

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

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

R = 31.78%
G = 15.11%
B = 53.11%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8F44EF (or 0x8F44EF) is known color: Blue Violet. HEX triplet: 8F, 44 and EF. RGB value is (143,68,239). Sum of RGB (Red+Green+Blue) = 143+68+239=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #8F44EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F44EF is #70BB10. Grayscale: #6D6D6D. Windows color (decimal): -7387921 or 15680655. OLE color: 15680655.

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

Color convert

RGB 143 68 239 -
CMYK 0.40 0.72 0 0.06
HSL 266.32º 0.84% 0.6% -
HSV(B) 266.32º 0.72% 0.94% -
XYZ 28.97 16.21 83.26 -
YUV 109.92 200.85 151.6 -
System Red Green Blue C M Y K H S L
Decimal 143 68 239 0.40 0.72 0 0.06 266.32 0.84 0.6
Hex 8F 44 EF 28 48 0 6 10A 54 3C
Octal 217 104 357 50 110 0 6 412 124 74
Binary 10001111 1000100 11101111 101000 1001000 0 110 100001010 1010100 111100

Color Harmonies of #8F44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F44EF

Black with #8F44EF

Text Example


Text Example

White with #8F44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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