Html Css Color HEX #8D28EE Blue Violet

📋 copy color: '#8D28EE'

red 141 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #8D28EE

Tints of Blue Violet #8D28EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

 BLUE value IS 238 (93.36% from 255) = 56.8%

R = 33.65%
G = 9.55%
B = 56.8%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8D28EE (or 0x8D28EE) is known color: Blue Violet. HEX triplet: 8D, 28 and EE. RGB value is (141,40,238). Sum of RGB (Red+Green+Blue) = 141+40+238=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 238 (93.36% from 255 or 56.80% from 419); Max value from RGB is 238 - color contains mainly: blue. Hex color #8D28EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D28EE is #72D711. Grayscale: #5C5C5C. Windows color (decimal): -7526162 or 15607949. OLE color: 15607949.

HSL color Cylindrical-coordinate representation of color #8D28EE: hue angle of 270.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D28EE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 40 238 -
CMYK 0.41 0.83 0 0.07
HSL 270.61º 0.85% 0.55% -
HSV(B) 270.61º 0.83% 0.93% -
XYZ 27.18 13.35 82.03 -
YUV 92.77 209.96 162.4 -
System Red Green Blue C M Y K H S L
Decimal 141 40 238 0.41 0.83 0 0.07 270.61 0.85 0.55
Hex 8D 28 EE 29 53 0 7 10F 55 37
Octal 215 50 356 51 123 0 7 417 125 67
Binary 10001101 101000 11101110 101001 1010011 0 111 100001111 1010101 110111

Color Harmonies of #8D28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D28EE

Black with #8D28EE

Text Example


Text Example

White with #8D28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,40,238); }

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

background-color css

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

 a { background-color: rgb(141,40,238); }

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

border-color css

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

 span { border-color: rgb(141,40,238); }

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