Html Css Color HEX #8F48EE Blue Violet

📋 copy color: '#8F48EE'

red 143 ◦ green 72 ◦ blue 238

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

Shades of Blue Violet #8F48EE

Tints of Blue Violet #8F48EE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.89%

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

R = 31.57%
G = 15.89%
B = 52.54%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F48EE (or 0x8F48EE) is known color: Blue Violet. HEX triplet: 8F, 48 and EE. RGB value is (143,72,238). Sum of RGB (Red+Green+Blue) = 143+72+238=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F48EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F48EE is #70B711. Grayscale: #6F6F6F. Windows color (decimal): -7386898 or 15616143. OLE color: 15616143.

HSL color Cylindrical-coordinate representation of color #8F48EE: hue angle of 265.66º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F48EE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 72 238 -
CMYK 0.40 0.70 0 0.07
HSL 265.66º 0.83% 0.61% -
HSV(B) 265.66º 0.7% 0.93% -
XYZ 29.08 16.65 82.57 -
YUV 112.15 199.02 150 -
System Red Green Blue C M Y K H S L
Decimal 143 72 238 0.40 0.70 0 0.07 265.66 0.83 0.61
Hex 8F 48 EE 28 46 0 7 10A 53 3D
Octal 217 110 356 50 106 0 7 412 123 75
Binary 10001111 1001000 11101110 101000 1000110 0 111 100001010 1010011 111101

Color Harmonies of #8F48EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F48EE

Black with #8F48EE

Text Example


Text Example

White with #8F48EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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