Html Css Color HEX #8F3FEE Blue Violet

📋 copy color: '#8F3FEE'

red 143 ◦ green 63 ◦ blue 238

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

Shades of Blue Violet #8F3FEE

Tints of Blue Violet #8F3FEE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.19%

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 32.21%
G = 14.19%
B = 53.6%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F3FEE (or 0x8F3FEE) is known color: Blue Violet. HEX triplet: 8F, 3F and EE. RGB value is (143,63,238). Sum of RGB (Red+Green+Blue) = 143+63+238=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F3FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F3FEE is #70C011. Grayscale: #6A6A6A. Windows color (decimal): -7389202 or 15613839. OLE color: 15613839.

HSL color Cylindrical-coordinate representation of color #8F3FEE: hue angle of 267.43º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F3FEE is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 63 238 -
CMYK 0.40 0.74 0 0.07
HSL 267.43º 0.84% 0.59% -
HSV(B) 267.43º 0.74% 0.93% -
XYZ 28.54 15.57 82.39 -
YUV 106.87 202 153.77 -
System Red Green Blue C M Y K H S L
Decimal 143 63 238 0.40 0.74 0 0.07 267.43 0.84 0.59
Hex 8F 3F EE 28 4A 0 7 10B 54 3B
Octal 217 77 356 50 112 0 7 413 124 73
Binary 10001111 111111 11101110 101000 1001010 0 111 100001011 1010100 111011

Color Harmonies of #8F3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3FEE

Black with #8F3FEE

Text Example


Text Example

White with #8F3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,63,238); }

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

background-color css

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

 a { background-color: rgb(143,63,238); }

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

border-color css

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

 span { border-color: rgb(143,63,238); }

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