Html Css Color HEX #8F22DD Blue Violet

📋 copy color: '#8F22DD'

red 143 ◦ green 34 ◦ blue 221

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

Shades of Blue Violet #8F22DD

Tints of Blue Violet #8F22DD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.54%

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

R = 35.93%
G = 8.54%
B = 55.53%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F22DD (or 0x8F22DD) is known color: Blue Violet. HEX triplet: 8F, 22 and DD. RGB value is (143,34,221). Sum of RGB (Red+Green+Blue) = 143+34+221=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F22DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F22DD is #70DD22. Grayscale: #575757. Windows color (decimal): -7396643 or 14492303. OLE color: 14492303.

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

Color convert

RGB 143 34 221 -
CMYK 0.35 0.85 0 0.13
HSL 274.97º 0.73% 0.5% -
HSV(B) 274.97º 0.85% 0.87% -
XYZ 24.95 12.2 69.45 -
YUV 87.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 143 34 221 0.35 0.85 0 0.13 274.97 0.73 0.5
Hex 8F 22 DD 23 55 0 D 113 49 32
Octal 217 42 335 43 125 0 15 423 111 62
Binary 10001111 100010 11011101 100011 1010101 0 1101 100010011 1001001 110010

Color Harmonies of #8F22DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F22DD

Black with #8F22DD

Text Example


Text Example

White with #8F22DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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