Html Css Color HEX #8F2EEB Blue Violet

📋 copy color: '#8F2EEB'

red 143 ◦ green 46 ◦ blue 235

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

Shades of Blue Violet #8F2EEB

Tints of Blue Violet #8F2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.85%

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

R = 33.73%
G = 10.85%
B = 55.42%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F2EEB (or 0x8F2EEB) is known color: Blue Violet. HEX triplet: 8F, 2E and EB. RGB value is (143,46,235). Sum of RGB (Red+Green+Blue) = 143+46+235=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 46 (18.36% from 255 or 10.85% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F2EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2EEB is #70D114. Grayscale: #5F5F5F. Windows color (decimal): -7393557 or 15412879. OLE color: 15412879.

HSL color Cylindrical-coordinate representation of color #8F2EEB: hue angle of 270.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2EEB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 46 235 -
CMYK 0.39 0.80 0 0.08
HSL 270.79º 0.83% 0.55% -
HSV(B) 270.79º 0.8% 0.92% -
XYZ 27.3 13.79 79.82 -
YUV 96.55 206.14 161.13 -
System Red Green Blue C M Y K H S L
Decimal 143 46 235 0.39 0.80 0 0.08 270.79 0.83 0.55
Hex 8F 2E EB 27 50 0 8 10F 53 37
Octal 217 56 353 47 120 0 10 417 123 67
Binary 10001111 101110 11101011 100111 1010000 0 1000 100001111 1010011 110111

Color Harmonies of #8F2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2EEB

Black with #8F2EEB

Text Example


Text Example

White with #8F2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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