Html Css Color HEX #8F1EDA Blue Violet

📋 copy color: '#8F1EDA'

red 143 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #8F1EDA

Tints of Blue Violet #8F1EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.67%

 BLUE value IS 218 (85.55% from 255) = 55.75%

R = 36.57%
G = 7.67%
B = 55.75%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F1EDA (or 0x8F1EDA) is known color: Blue Violet. HEX triplet: 8F, 1E and DA. RGB value is (143,30,218). Sum of RGB (Red+Green+Blue) = 143+30+218=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1EDA is #70E125. Grayscale: #545454. Windows color (decimal): -7397670 or 14294671. OLE color: 14294671.

HSL color Cylindrical-coordinate representation of color #8F1EDA: hue angle of 276.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1EDA is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 30 218 -
CMYK 0.34 0.86 0 0.15
HSL 276.06º 0.76% 0.49% -
HSV(B) 276.06º 0.86% 0.85% -
XYZ 24.45 11.83 67.32 -
YUV 85.22 202.94 169.21 -
System Red Green Blue C M Y K H S L
Decimal 143 30 218 0.34 0.86 0 0.15 276.06 0.76 0.49
Hex 8F 1E DA 22 56 0 F 114 4C 31
Octal 217 36 332 42 126 0 17 424 114 61
Binary 10001111 11110 11011010 100010 1010110 0 1111 100010100 1001100 110001

Color Harmonies of #8F1EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1EDA

Black with #8F1EDA

Text Example


Text Example

White with #8F1EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,30,218); }

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

background-color css

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

 a { background-color: rgb(143,30,218); }

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

border-color css

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

 span { border-color: rgb(143,30,218); }

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