Html Css Color HEX #8342DD Blue Violet

📋 copy color: '#8342DD'

red 131 ◦ green 66 ◦ blue 221

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

Shades of Blue Violet #8342DD

Tints of Blue Violet #8342DD

RGB

 RED value IS 131 (51.56% from 255) = 31.34%

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

 BLUE value IS 221 (86.72% from 255) = 52.87%

R = 31.34%
G = 15.79%
B = 52.87%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8342DD (or 0x8342DD) is known color: Blue Violet. HEX triplet: 83, 42 and DD. RGB value is (131,66,221). Sum of RGB (Red+Green+Blue) = 131+66+221=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #8342DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8342DD is #7CBD22. Grayscale: #666666. Windows color (decimal): -8174883 or 14500483. OLE color: 14500483.

HSL color Cylindrical-coordinate representation of color #8342DD: hue angle of 265.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8342DD is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 66 221 -
CMYK 0.41 0.70 0 0.13
HSL 265.16º 0.7% 0.56% -
HSV(B) 265.16º 0.7% 0.87% -
XYZ 24.36 13.94 69.81 -
YUV 103.11 194.53 147.9 -
System Red Green Blue C M Y K H S L
Decimal 131 66 221 0.41 0.70 0 0.13 265.16 0.7 0.56
Hex 83 42 DD 29 46 0 D 109 46 38
Octal 203 102 335 51 106 0 15 411 106 70
Binary 10000011 1000010 11011101 101001 1000110 0 1101 100001001 1000110 111000

Color Harmonies of #8342DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8342DD

Black with #8342DD

Text Example


Text Example

White with #8342DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8342DD; }

 p { color: rgb(131,66,221); }

 H1.HeaderClassName
 {
   color: #8342DD;
 }
 .AnyTagClassName
 {
   color: #8342DD;
 }
</style>

background-color css

<style>
 a { background-color: #8342DD; }

 a { background-color: rgb(131,66,221); }

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

border-color css

<style>
 span { border-color: #8342DD; }

 span { border-color: rgb(131,66,221); }

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