Html Css Color HEX #8F3DDE Blue Violet

📋 copy color: '#8F3DDE'

red 143 ◦ green 61 ◦ blue 222

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

Shades of Blue Violet #8F3DDE

Tints of Blue Violet #8F3DDE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

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

R = 33.57%
G = 14.32%
B = 52.11%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F3DDE (or 0x8F3DDE) is known color: Blue Violet. HEX triplet: 8F, 3D and DE. RGB value is (143,61,222). Sum of RGB (Red+Green+Blue) = 143+61+222=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #8F3DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3DDE is #70C221. Grayscale: #676767. Windows color (decimal): -7389730 or 14564751. OLE color: 14564751.

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

Color convert

RGB 143 61 222 -
CMYK 0.36 0.73 0 0.13
HSL 270.56º 0.71% 0.55% -
HSV(B) 270.56º 0.73% 0.87% -
XYZ 26.18 14.45 70.52 -
YUV 103.87 194.67 155.91 -
System Red Green Blue C M Y K H S L
Decimal 143 61 222 0.36 0.73 0 0.13 270.56 0.71 0.55
Hex 8F 3D DE 24 49 0 D 10F 47 37
Octal 217 75 336 44 111 0 15 417 107 67
Binary 10001111 111101 11011110 100100 1001001 0 1101 100001111 1000111 110111

Color Harmonies of #8F3DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3DDE

Black with #8F3DDE

Text Example


Text Example

White with #8F3DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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