Html Css Color HEX #8F2CDD Blue Violet

📋 copy color: '#8F2CDD'

red 143 ◦ green 44 ◦ blue 221

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

Shades of Blue Violet #8F2CDD

Tints of Blue Violet #8F2CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.78%

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

R = 35.05%
G = 10.78%
B = 54.17%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F2CDD (or 0x8F2CDD) is known color: Blue Violet. HEX triplet: 8F, 2C and DD. RGB value is (143,44,221). Sum of RGB (Red+Green+Blue) = 143+44+221=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 221 (86.72% from 255 or 54.17% from 408); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2CDD is #70D322. Grayscale: #5D5D5D. Windows color (decimal): -7394083 or 14494863. OLE color: 14494863.

HSL color Cylindrical-coordinate representation of color #8F2CDD: hue angle of 273.56º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F2CDD is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 44 221 -
CMYK 0.35 0.80 0 0.13
HSL 273.56º 0.72% 0.52% -
HSV(B) 273.56º 0.8% 0.87% -
XYZ 25.28 12.86 69.56 -
YUV 93.78 199.8 163.11 -
System Red Green Blue C M Y K H S L
Decimal 143 44 221 0.35 0.80 0 0.13 273.56 0.72 0.52
Hex 8F 2C DD 23 50 0 D 112 48 34
Octal 217 54 335 43 120 0 15 422 110 64
Binary 10001111 101100 11011101 100011 1010000 0 1101 100010010 1001000 110100

Color Harmonies of #8F2CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2CDD

Black with #8F2CDD

Text Example


Text Example

White with #8F2CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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