Html Css Color HEX #8F30DD Blue Violet

📋 copy color: '#8F30DD'

red 143 ◦ green 48 ◦ blue 221

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

Shades of Blue Violet #8F30DD

Tints of Blue Violet #8F30DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.65%

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

R = 34.71%
G = 11.65%
B = 53.64%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F30DD (or 0x8F30DD) is known color: Blue Violet. HEX triplet: 8F, 30 and DD. RGB value is (143,48,221). Sum of RGB (Red+Green+Blue) = 143+48+221=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F30DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F30DD is #70CF22. Grayscale: #5F5F5F. Windows color (decimal): -7393059 or 14495887. OLE color: 14495887.

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

Color convert

RGB 143 48 221 -
CMYK 0.35 0.78 0 0.13
HSL 272.95º 0.72% 0.53% -
HSV(B) 272.95º 0.78% 0.87% -
XYZ 25.44 13.17 69.61 -
YUV 96.13 198.47 161.43 -
System Red Green Blue C M Y K H S L
Decimal 143 48 221 0.35 0.78 0 0.13 272.95 0.72 0.53
Hex 8F 30 DD 23 4E 0 D 111 48 35
Octal 217 60 335 43 116 0 15 421 110 65
Binary 10001111 110000 11011101 100011 1001110 0 1101 100010001 1001000 110101

Color Harmonies of #8F30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F30DD

Black with #8F30DD

Text Example


Text Example

White with #8F30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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