Html Css Color HEX #823EDD Blue Violet

📋 copy color: '#823EDD'

red 130 ◦ green 62 ◦ blue 221

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

Shades of Blue Violet #823EDD

Tints of Blue Violet #823EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.01%

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

R = 31.48%
G = 15.01%
B = 53.51%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#823EDD (or 0x823EDD) is known color: Blue Violet. HEX triplet: 82, 3E and DD. RGB value is (130,62,221). Sum of RGB (Red+Green+Blue) = 130+62+221=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #823EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EDD is #7DC122. Grayscale: #636363. Windows color (decimal): -8241443 or 14499458. OLE color: 14499458.

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

Color convert

RGB 130 62 221 -
CMYK 0.41 0.72 0 0.13
HSL 265.66º 0.7% 0.55% -
HSV(B) 265.66º 0.72% 0.87% -
XYZ 23.98 13.41 69.73 -
YUV 100.46 196.03 149.07 -
System Red Green Blue C M Y K H S L
Decimal 130 62 221 0.41 0.72 0 0.13 265.66 0.7 0.55
Hex 82 3E DD 29 48 0 D 10A 46 37
Octal 202 76 335 51 110 0 15 412 106 67
Binary 10000010 111110 11011101 101001 1001000 0 1101 100001010 1000110 110111

Color Harmonies of #823EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823EDD

Black with #823EDD

Text Example


Text Example

White with #823EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823EDD; }

 p { color: rgb(130,62,221); }

 H1.HeaderClassName
 {
   color: #823EDD;
 }
 .AnyTagClassName
 {
   color: #823EDD;
 }
</style>

background-color css

<style>
 a { background-color: #823EDD; }

 a { background-color: rgb(130,62,221); }

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

border-color css

<style>
 span { border-color: #823EDD; }

 span { border-color: rgb(130,62,221); }

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