Html Css Color HEX #823FDD Blue Violet

📋 copy color: '#823FDD'

red 130 ◦ green 63 ◦ blue 221

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

Shades of Blue Violet #823FDD

Tints of Blue Violet #823FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.22%

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

R = 31.4%
G = 15.22%
B = 53.38%

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

#823FDD (or 0x823FDD) is known color: Blue Violet. HEX triplet: 82, 3F and DD. RGB value is (130,63,221). Sum of RGB (Red+Green+Blue) = 130+63+221=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #823FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FDD is #7DC022. Grayscale: #646464. Windows color (decimal): -8241187 or 14499714. OLE color: 14499714.

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

Color convert

RGB 130 63 221 -
CMYK 0.41 0.71 0 0.13
HSL 265.44º 0.7% 0.56% -
HSV(B) 265.44º 0.71% 0.87% -
XYZ 24.03 13.52 69.75 -
YUV 101.05 195.7 148.65 -
System Red Green Blue C M Y K H S L
Decimal 130 63 221 0.41 0.71 0 0.13 265.44 0.7 0.56
Hex 82 3F DD 29 47 0 D 109 46 38
Octal 202 77 335 51 107 0 15 411 106 70
Binary 10000010 111111 11011101 101001 1000111 0 1101 100001001 1000110 111000

Color Harmonies of #823FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823FDD

Black with #823FDD

Text Example


Text Example

White with #823FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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