Html Css Color HEX #823DDD Blue Violet

📋 copy color: '#823DDD'

red 130 ◦ green 61 ◦ blue 221

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

Shades of Blue Violet #823DDD

Tints of Blue Violet #823DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.81%

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

R = 31.55%
G = 14.81%
B = 53.64%

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

#823DDD (or 0x823DDD) is known color: Blue Violet. HEX triplet: 82, 3D and DD. RGB value is (130,61,221). Sum of RGB (Red+Green+Blue) = 130+61+221=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #823DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DDD is #7DC222. Grayscale: #636363. Windows color (decimal): -8241699 or 14499202. OLE color: 14499202.

HSL color Cylindrical-coordinate representation of color #823DDD: hue angle of 265.88º 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 #823DDD is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 61 221 -
CMYK 0.41 0.72 0 0.13
HSL 265.88º 0.7% 0.55% -
HSV(B) 265.88º 0.72% 0.87% -
XYZ 23.93 13.3 69.71 -
YUV 99.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 130 61 221 0.41 0.72 0 0.13 265.88 0.7 0.55
Hex 82 3D DD 29 48 0 D 10A 46 37
Octal 202 75 335 51 110 0 15 412 106 67
Binary 10000010 111101 11011101 101001 1001000 0 1101 100001010 1000110 110111

Color Harmonies of #823DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DDD

Black with #823DDD

Text Example


Text Example

White with #823DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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