Html Css Color HEX #8334DD Blue Violet

📋 copy color: '#8334DD'

red 131 ◦ green 52 ◦ blue 221

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

Shades of Blue Violet #8334DD

Tints of Blue Violet #8334DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.87%

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

R = 32.43%
G = 12.87%
B = 54.7%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8334DD (or 0x8334DD) is known color: Blue Violet. HEX triplet: 83, 34 and DD. RGB value is (131,52,221). Sum of RGB (Red+Green+Blue) = 131+52+221=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #8334DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8334DD is #7CCB22. Grayscale: #5E5E5E. Windows color (decimal): -8178467 or 14496899. OLE color: 14496899.

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

Color convert

RGB 131 52 221 -
CMYK 0.41 0.76 0 0.13
HSL 268.05º 0.71% 0.54% -
HSV(B) 268.05º 0.76% 0.87% -
XYZ 23.64 12.5 69.57 -
YUV 94.89 199.17 153.76 -
System Red Green Blue C M Y K H S L
Decimal 131 52 221 0.41 0.76 0 0.13 268.05 0.71 0.54
Hex 83 34 DD 29 4C 0 D 10C 47 36
Octal 203 64 335 51 114 0 15 414 107 66
Binary 10000011 110100 11011101 101001 1001100 0 1101 100001100 1000111 110110

Color Harmonies of #8334DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8334DD

Black with #8334DD

Text Example


Text Example

White with #8334DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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