Html Css Color HEX #8F37DD Blue Violet

📋 copy color: '#8F37DD'

red 143 ◦ green 55 ◦ blue 221

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

Shades of Blue Violet #8F37DD

Tints of Blue Violet #8F37DD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.13%

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 34.13%
G = 13.13%
B = 52.74%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F37DD (or 0x8F37DD) is known color: Blue Violet. HEX triplet: 8F, 37 and DD. RGB value is (143,55,221). Sum of RGB (Red+Green+Blue) = 143+55+221=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F37DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F37DD is #70C822. Grayscale: #636363. Windows color (decimal): -7391267 or 14497679. OLE color: 14497679.

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

Color convert

RGB 143 55 221 -
CMYK 0.35 0.75 0 0.13
HSL 271.81º 0.71% 0.54% -
HSV(B) 271.81º 0.75% 0.87% -
XYZ 25.75 13.79 69.71 -
YUV 100.24 196.15 158.5 -
System Red Green Blue C M Y K H S L
Decimal 143 55 221 0.35 0.75 0 0.13 271.81 0.71 0.54
Hex 8F 37 DD 23 4B 0 D 110 47 36
Octal 217 67 335 43 113 0 15 420 107 66
Binary 10001111 110111 11011101 100011 1001011 0 1101 100010000 1000111 110110

Color Harmonies of #8F37DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F37DD

Black with #8F37DD

Text Example


Text Example

White with #8F37DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,55,221); }

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

background-color css

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

 a { background-color: rgb(143,55,221); }

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

border-color css

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

 span { border-color: rgb(143,55,221); }

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