Html Css Color HEX #8D25EB Blue Violet

📋 copy color: '#8D25EB'

red 141 ◦ green 37 ◦ blue 235

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

Shades of Blue Violet #8D25EB

Tints of Blue Violet #8D25EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.96%

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

R = 34.14%
G = 8.96%
B = 56.9%

CMYK

 C value IS 0.4

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D25EB (or 0x8D25EB) is known color: Blue Violet. HEX triplet: 8D, 25 and EB. RGB value is (141,37,235). Sum of RGB (Red+Green+Blue) = 141+37+235=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 37 (14.84% from 255 or 8.96% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D25EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D25EB is #72DA14. Grayscale: #595959. Windows color (decimal): -7526933 or 15410573. OLE color: 15410573.

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

Color convert

RGB 141 37 235 -
CMYK 0.4 0.84 0 0.08
HSL 271.52º 0.83% 0.53% -
HSV(B) 271.52º 0.84% 0.92% -
XYZ 26.64 12.98 79.7 -
YUV 90.67 209.46 163.9 -
System Red Green Blue C M Y K H S L
Decimal 141 37 235 0.4 0.84 0 0.08 271.52 0.83 0.53
Hex 8D 25 EB 28 54 0 8 110 53 35
Octal 215 45 353 50 124 0 10 420 123 65
Binary 10001101 100101 11101011 101000 1010100 0 1000 100010000 1010011 110101

Color Harmonies of #8D25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D25EB

Black with #8D25EB

Text Example


Text Example

White with #8D25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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