Html Css Color HEX #8242EA Blue Violet

📋 copy color: '#8242EA'

red 130 ◦ green 66 ◦ blue 234

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

Shades of Blue Violet #8242EA

Tints of Blue Violet #8242EA

RGB

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

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

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

R = 30.23%
G = 15.35%
B = 54.42%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8242EA (or 0x8242EA) is known color: Blue Violet. HEX triplet: 82, 42 and EA. RGB value is (130,66,234). Sum of RGB (Red+Green+Blue) = 130+66+234=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #8242EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8242EA is #7DBD15. Grayscale: #676767. Windows color (decimal): -8240406 or 15352450. OLE color: 15352450.

HSL color Cylindrical-coordinate representation of color #8242EA: hue angle of 262.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8242EA is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 66 234 -
CMYK 0.44 0.72 0 0.08
HSL 262.86º 0.8% 0.59% -
HSV(B) 262.86º 0.72% 0.92% -
XYZ 26.01 14.58 79.29 -
YUV 104.29 201.2 146.34 -
System Red Green Blue C M Y K H S L
Decimal 130 66 234 0.44 0.72 0 0.08 262.86 0.8 0.59
Hex 82 42 EA 2C 48 0 8 107 50 3B
Octal 202 102 352 54 110 0 10 407 120 73
Binary 10000010 1000010 11101010 101100 1001000 0 1000 100000111 1010000 111011

Color Harmonies of #8242EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8242EA

Black with #8242EA

Text Example


Text Example

White with #8242EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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