Html Css Color HEX #823FDB Blue Violet

📋 copy color: '#823FDB'

red 130 ◦ green 63 ◦ blue 219

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

Shades of Blue Violet #823FDB

Tints of Blue Violet #823FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 31.55%
G = 15.29%
B = 53.16%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#823FDB (or 0x823FDB) is known color: Blue Violet. HEX triplet: 82, 3F and DB. RGB value is (130,63,219). Sum of RGB (Red+Green+Blue) = 130+63+219=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #823FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823FDB is #7DC024. Grayscale: #646464. Windows color (decimal): -8241189 or 14368642. OLE color: 14368642.

HSL color Cylindrical-coordinate representation of color #823FDB: hue angle of 265.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #823FDB is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 63 219 -
CMYK 0.41 0.71 0 0.14
HSL 265.77º 0.68% 0.55% -
HSV(B) 265.77º 0.71% 0.86% -
XYZ 23.77 13.42 68.35 -
YUV 100.82 194.7 148.82 -
System Red Green Blue C M Y K H S L
Decimal 130 63 219 0.41 0.71 0 0.14 265.77 0.68 0.55
Hex 82 3F DB 29 47 0 E 10A 44 37
Octal 202 77 333 51 107 0 16 412 104 67
Binary 10000010 111111 11011011 101001 1000111 0 1110 100001010 1000100 110111

Color Harmonies of #823FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823FDB

Black with #823FDB

Text Example


Text Example

White with #823FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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