Html Css Color HEX #8F1ADE Blue Violet

📋 copy color: '#8F1ADE'

red 143 ◦ green 26 ◦ blue 222

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

Shades of Blue Violet #8F1ADE

Tints of Blue Violet #8F1ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.65%

 BLUE value IS 222 (87.11% from 255) = 56.78%

R = 36.57%
G = 6.65%
B = 56.78%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F1ADE (or 0x8F1ADE) is known color: Blue Violet. HEX triplet: 8F, 1A and DE. RGB value is (143,26,222). Sum of RGB (Red+Green+Blue) = 143+26+222=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 26 (10.55% from 255 or 6.65% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F1ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1ADE is #70E521. Grayscale: #525252. Windows color (decimal): -7398690 or 14555791. OLE color: 14555791.

HSL color Cylindrical-coordinate representation of color #8F1ADE: hue angle of 275.82º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F1ADE is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 26 222 -
CMYK 0.36 0.88 0 0.13
HSL 275.82º 0.79% 0.49% -
HSV(B) 275.82º 0.88% 0.87% -
XYZ 24.88 11.85 70.08 -
YUV 83.33 206.26 170.56 -
System Red Green Blue C M Y K H S L
Decimal 143 26 222 0.36 0.88 0 0.13 275.82 0.79 0.49
Hex 8F 1A DE 24 58 0 D 114 4F 31
Octal 217 32 336 44 130 0 15 424 117 61
Binary 10001111 11010 11011110 100100 1011000 0 1101 100010100 1001111 110001

Color Harmonies of #8F1ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1ADE

Black with #8F1ADE

Text Example


Text Example

White with #8F1ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,26,222); }

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

background-color css

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

 a { background-color: rgb(143,26,222); }

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

border-color css

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

 span { border-color: rgb(143,26,222); }

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