Html Css Color HEX #8D35EA Blue Violet

📋 copy color: '#8D35EA'

red 141 ◦ green 53 ◦ blue 234

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

Shades of Blue Violet #8D35EA

Tints of Blue Violet #8D35EA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.38%

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 32.94%
G = 12.38%
B = 54.67%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8D35EA (or 0x8D35EA) is known color: Blue Violet. HEX triplet: 8D, 35 and EA. RGB value is (141,53,234). Sum of RGB (Red+Green+Blue) = 141+53+234=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #8D35EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D35EA is #72CA15. Grayscale: #636363. Windows color (decimal): -7522838 or 15349133. OLE color: 15349133.

HSL color Cylindrical-coordinate representation of color #8D35EA: hue angle of 269.17º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D35EA is Cyan = 0.40, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 53 234 -
CMYK 0.40 0.77 0 0.08
HSL 269.17º 0.81% 0.56% -
HSV(B) 269.17º 0.77% 0.92% -
XYZ 27.11 14.15 79.14 -
YUV 99.95 203.65 157.28 -
System Red Green Blue C M Y K H S L
Decimal 141 53 234 0.40 0.77 0 0.08 269.17 0.81 0.56
Hex 8D 35 EA 28 4D 0 8 10D 51 38
Octal 215 65 352 50 115 0 10 415 121 70
Binary 10001101 110101 11101010 101000 1001101 0 1000 100001101 1010001 111000

Color Harmonies of #8D35EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D35EA

Black with #8D35EA

Text Example


Text Example

White with #8D35EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,53,234); }

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

background-color css

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

 a { background-color: rgb(141,53,234); }

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

border-color css

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

 span { border-color: rgb(141,53,234); }

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