Html Css Color HEX #8D28EB Blue Violet

📋 copy color: '#8D28EB'

red 141 ◦ green 40 ◦ blue 235

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

Shades of Blue Violet #8D28EB

Tints of Blue Violet #8D28EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 33.89%
G = 9.62%
B = 56.49%

CMYK

 C value IS 0.4

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D28EB (or 0x8D28EB) is known color: Blue Violet. HEX triplet: 8D, 28 and EB. RGB value is (141,40,235). Sum of RGB (Red+Green+Blue) = 141+40+235=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 40 (16.02% from 255 or 9.62% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D28EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D28EB is #72D714. Grayscale: #5B5B5B. Windows color (decimal): -7526165 or 15411341. OLE color: 15411341.

HSL color Cylindrical-coordinate representation of color #8D28EB: hue angle of 271.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8D28EB is Cyan = 0.4, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 40 235 -
CMYK 0.4 0.83 0 0.08
HSL 271.08º 0.83% 0.54% -
HSV(B) 271.08º 0.83% 0.92% -
XYZ 26.74 13.18 79.73 -
YUV 92.43 208.46 162.64 -
System Red Green Blue C M Y K H S L
Decimal 141 40 235 0.4 0.83 0 0.08 271.08 0.83 0.54
Hex 8D 28 EB 28 53 0 8 10F 53 36
Octal 215 50 353 50 123 0 10 417 123 66
Binary 10001101 101000 11101011 101000 1010011 0 1000 100001111 1010011 110110

Color Harmonies of #8D28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D28EB

Black with #8D28EB

Text Example


Text Example

White with #8D28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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