Html Css Color HEX #8242E1 Blue Violet

📋 copy color: '#8242E1'

red 130 ◦ green 66 ◦ blue 225

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

Shades of Blue Violet #8242E1

Tints of Blue Violet #8242E1

RGB

 RED value IS 130 (51.17% from 255) = 30.88%

 GREEN value IS 66 (26.17% from 255) = 15.68%

 BLUE value IS 225 (88.28% from 255) = 53.44%

R = 30.88%
G = 15.68%
B = 53.44%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8242E1 (or 0x8242E1) is known color: Blue Violet. HEX triplet: 82, 42 and E1. RGB value is (130,66,225). Sum of RGB (Red+Green+Blue) = 130+66+225=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #8242E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242E1 is #7DBD1E. Grayscale: #666666. Windows color (decimal): -8240415 or 14762626. OLE color: 14762626.

HSL color Cylindrical-coordinate representation of color #8242E1: hue angle of 264.15º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8242E1 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 66 225 -
CMYK 0.42 0.71 0 0.12
HSL 264.15º 0.73% 0.57% -
HSV(B) 264.15º 0.71% 0.88% -
XYZ 24.74 14.08 72.65 -
YUV 103.26 196.7 147.07 -
System Red Green Blue C M Y K H S L
Decimal 130 66 225 0.42 0.71 0 0.12 264.15 0.73 0.57
Hex 82 42 E1 2A 47 0 C 108 49 39
Octal 202 102 341 52 107 0 14 410 111 71
Binary 10000010 1000010 11100001 101010 1000111 0 1100 100001000 1001001 111001

Color Harmonies of #8242E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8242E1

Black with #8242E1

Text Example


Text Example

White with #8242E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8242E1; }

 p { color: rgb(130,66,225); }

 H1.HeaderClassName
 {
   color: #8242E1;
 }
 .AnyTagClassName
 {
   color: #8242E1;
 }
</style>

background-color css

<style>
 a { background-color: #8242E1; }

 a { background-color: rgb(130,66,225); }

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

border-color css

<style>
 span { border-color: #8242E1; }

 span { border-color: rgb(130,66,225); }

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