Html Css Color HEX #8F42ED Blue Violet

📋 copy color: '#8F42ED'

red 143 ◦ green 66 ◦ blue 237

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

Shades of Blue Violet #8F42ED

Tints of Blue Violet #8F42ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.8%

 BLUE value IS 237 (92.97% from 255) = 53.14%

R = 32.06%
G = 14.8%
B = 53.14%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F42ED (or 0x8F42ED) is known color: Blue Violet. HEX triplet: 8F, 42 and ED. RGB value is (143,66,237). Sum of RGB (Red+Green+Blue) = 143+66+237=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F42ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F42ED is #70BD12. Grayscale: #6B6B6B. Windows color (decimal): -7388435 or 15549071. OLE color: 15549071.

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

Color convert

RGB 143 66 237 -
CMYK 0.40 0.72 0 0.07
HSL 267.02º 0.83% 0.59% -
HSV(B) 267.02º 0.72% 0.93% -
XYZ 28.56 15.85 81.67 -
YUV 108.52 200.51 152.6 -
System Red Green Blue C M Y K H S L
Decimal 143 66 237 0.40 0.72 0 0.07 267.02 0.83 0.59
Hex 8F 42 ED 28 48 0 7 10B 53 3B
Octal 217 102 355 50 110 0 7 413 123 73
Binary 10001111 1000010 11101101 101000 1001000 0 111 100001011 1010011 111011

Color Harmonies of #8F42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F42ED

Black with #8F42ED

Text Example


Text Example

White with #8F42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,66,237); }

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

background-color css

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

 a { background-color: rgb(143,66,237); }

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

border-color css

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

 span { border-color: rgb(143,66,237); }

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