Html Css Color HEX #8F2DEB Blue Violet

📋 copy color: '#8F2DEB'

red 143 ◦ green 45 ◦ blue 235

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

Shades of Blue Violet #8F2DEB

Tints of Blue Violet #8F2DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 33.81%
G = 10.64%
B = 55.56%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F2DEB (or 0x8F2DEB) is known color: Blue Violet. HEX triplet: 8F, 2D and EB. RGB value is (143,45,235). Sum of RGB (Red+Green+Blue) = 143+45+235=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F2DEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F2DEB is #70D214. Grayscale: #5F5F5F. Windows color (decimal): -7393813 or 15412623. OLE color: 15412623.

HSL color Cylindrical-coordinate representation of color #8F2DEB: hue angle of 270.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F2DEB is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 45 235 -
CMYK 0.39 0.81 0 0.08
HSL 270.95º 0.83% 0.55% -
HSV(B) 270.95º 0.81% 0.92% -
XYZ 27.26 13.71 79.81 -
YUV 95.96 206.47 161.55 -
System Red Green Blue C M Y K H S L
Decimal 143 45 235 0.39 0.81 0 0.08 270.95 0.83 0.55
Hex 8F 2D EB 27 51 0 8 10F 53 37
Octal 217 55 353 47 121 0 10 417 123 67
Binary 10001111 101101 11101011 100111 1010001 0 1000 100001111 1010011 110111

Color Harmonies of #8F2DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2DEB

Black with #8F2DEB

Text Example


Text Example

White with #8F2DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,45,235); }

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

background-color css

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

 a { background-color: rgb(143,45,235); }

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

border-color css

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

 span { border-color: rgb(143,45,235); }

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