Html Css Color HEX #8D2FDD Blue Violet

📋 copy color: '#8D2FDD'

red 141 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #8D2FDD

Tints of Blue Violet #8D2FDD

RGB

 RED value IS 141 (55.47% from 255) = 34.47%

 GREEN value IS 47 (18.75% from 255) = 11.49%

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

R = 34.47%
G = 11.49%
B = 54.03%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D2FDD (or 0x8D2FDD) is known color: Blue Violet. HEX triplet: 8D, 2F and DD. RGB value is (141,47,221). Sum of RGB (Red+Green+Blue) = 141+47+221=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D2FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D2FDD is #72D022. Grayscale: #5E5E5E. Windows color (decimal): -7524387 or 14495629. OLE color: 14495629.

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

Color convert

RGB 141 47 221 -
CMYK 0.36 0.79 0 0.13
HSL 272.41º 0.72% 0.53% -
HSV(B) 272.41º 0.79% 0.87% -
XYZ 25.05 12.92 69.58 -
YUV 94.94 199.14 160.85 -
System Red Green Blue C M Y K H S L
Decimal 141 47 221 0.36 0.79 0 0.13 272.41 0.72 0.53
Hex 8D 2F DD 24 4F 0 D 110 48 35
Octal 215 57 335 44 117 0 15 420 110 65
Binary 10001101 101111 11011101 100100 1001111 0 1101 100010000 1001000 110101

Color Harmonies of #8D2FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2FDD

Black with #8D2FDD

Text Example


Text Example

White with #8D2FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,47,221); }

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

background-color css

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

 a { background-color: rgb(141,47,221); }

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

border-color css

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

 span { border-color: rgb(141,47,221); }

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