Html Css Color HEX #8341DD Blue Violet

📋 copy color: '#8341DD'

red 131 ◦ green 65 ◦ blue 221

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

Shades of Blue Violet #8341DD

Tints of Blue Violet #8341DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 31.41%
G = 15.59%
B = 53%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8341DD (or 0x8341DD) is known color: Blue Violet. HEX triplet: 83, 41 and DD. RGB value is (131,65,221). Sum of RGB (Red+Green+Blue) = 131+65+221=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #8341DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341DD is #7CBE22. Grayscale: #656565. Windows color (decimal): -8175139 or 14500227. OLE color: 14500227.

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

Color convert

RGB 131 65 221 -
CMYK 0.41 0.71 0 0.13
HSL 265.38º 0.7% 0.56% -
HSV(B) 265.38º 0.71% 0.87% -
XYZ 24.3 13.83 69.79 -
YUV 102.52 194.87 148.32 -
System Red Green Blue C M Y K H S L
Decimal 131 65 221 0.41 0.71 0 0.13 265.38 0.7 0.56
Hex 83 41 DD 29 47 0 D 109 46 38
Octal 203 101 335 51 107 0 15 411 106 70
Binary 10000011 1000001 11011101 101001 1000111 0 1101 100001001 1000110 111000

Color Harmonies of #8341DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8341DD

Black with #8341DD

Text Example


Text Example

White with #8341DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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