Html Css Color HEX #8D28F6 Blue Violet

📋 copy color: '#8D28F6'

red 141 ◦ green 40 ◦ blue 246

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

Shades of Blue Violet #8D28F6

Tints of Blue Violet #8D28F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.61%

R = 33.02%
G = 9.37%
B = 57.61%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8D28F6 (or 0x8D28F6) is known color: Blue Violet. HEX triplet: 8D, 28 and F6. RGB value is (141,40,246). Sum of RGB (Red+Green+Blue) = 141+40+246=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #8D28F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D28F6 is #72D709. Grayscale: #5C5C5C. Windows color (decimal): -7526154 or 16132237. OLE color: 16132237.

HSL color Cylindrical-coordinate representation of color #8D28F6: hue angle of 269.42º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D28F6 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 40 246 -
CMYK 0.43 0.84 0 0.04
HSL 269.42º 0.92% 0.56% -
HSV(B) 269.42º 0.84% 0.96% -
XYZ 28.38 13.83 88.36 -
YUV 93.68 213.96 161.75 -
System Red Green Blue C M Y K H S L
Decimal 141 40 246 0.43 0.84 0 0.04 269.42 0.92 0.56
Hex 8D 28 F6 2B 54 0 4 10D 5C 38
Octal 215 50 366 53 124 0 4 415 134 70
Binary 10001101 101000 11110110 101011 1010100 0 100 100001101 1011100 111000

Color Harmonies of #8D28F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D28F6

Black with #8D28F6

Text Example


Text Example

White with #8D28F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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