Html Css Color HEX #8F44EB Blue Violet

📋 copy color: '#8F44EB'

red 143 ◦ green 68 ◦ blue 235

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

Shades of Blue Violet #8F44EB

Tints of Blue Violet #8F44EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.69%

R = 32.06%
G = 15.25%
B = 52.69%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F44EB (or 0x8F44EB) is known color: Blue Violet. HEX triplet: 8F, 44 and EB. RGB value is (143,68,235). Sum of RGB (Red+Green+Blue) = 143+68+235=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F44EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F44EB is #70BB14. Grayscale: #6C6C6C. Windows color (decimal): -7387925 or 15418511. OLE color: 15418511.

HSL color Cylindrical-coordinate representation of color #8F44EB: hue angle of 266.95º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F44EB is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 68 235 -
CMYK 0.39 0.71 0 0.08
HSL 266.95º 0.81% 0.59% -
HSV(B) 266.95º 0.71% 0.92% -
XYZ 28.39 15.97 80.18 -
YUV 109.46 198.85 151.92 -
System Red Green Blue C M Y K H S L
Decimal 143 68 235 0.39 0.71 0 0.08 266.95 0.81 0.59
Hex 8F 44 EB 27 47 0 8 10B 51 3B
Octal 217 104 353 47 107 0 10 413 121 73
Binary 10001111 1000100 11101011 100111 1000111 0 1000 100001011 1010001 111011

Color Harmonies of #8F44EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F44EB

Black with #8F44EB

Text Example


Text Example

White with #8F44EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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