Html Css Color HEX #8242DB Blue Violet

📋 copy color: '#8242DB'

red 130 ◦ green 66 ◦ blue 219

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

Shades of Blue Violet #8242DB

Tints of Blue Violet #8242DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 31.33%
G = 15.9%
B = 52.77%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8242DB (or 0x8242DB) is known color: Blue Violet. HEX triplet: 82, 42 and DB. RGB value is (130,66,219). Sum of RGB (Red+Green+Blue) = 130+66+219=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #8242DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242DB is #7DBD24. Grayscale: #666666. Windows color (decimal): -8240421 or 14369410. OLE color: 14369410.

HSL color Cylindrical-coordinate representation of color #8242DB: hue angle of 265.1º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8242DB is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 66 219 -
CMYK 0.41 0.70 0 0.14
HSL 265.1º 0.68% 0.56% -
HSV(B) 265.1º 0.7% 0.86% -
XYZ 23.94 13.76 68.41 -
YUV 102.58 193.7 147.56 -
System Red Green Blue C M Y K H S L
Decimal 130 66 219 0.41 0.70 0 0.14 265.1 0.68 0.56
Hex 82 42 DB 29 46 0 E 109 44 38
Octal 202 102 333 51 106 0 16 411 104 70
Binary 10000010 1000010 11011011 101001 1000110 0 1110 100001001 1000100 111000

Color Harmonies of #8242DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8242DB

Black with #8242DB

Text Example


Text Example

White with #8242DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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