Html Css Color HEX #823CDB Blue Violet

📋 copy color: '#823CDB'

red 130 ◦ green 60 ◦ blue 219

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

Shades of Blue Violet #823CDB

Tints of Blue Violet #823CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

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

R = 31.78%
G = 14.67%
B = 53.55%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#823CDB (or 0x823CDB) is known color: Blue Violet. HEX triplet: 82, 3C and DB. RGB value is (130,60,219). Sum of RGB (Red+Green+Blue) = 130+60+219=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #823CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CDB is #7DC324. Grayscale: #626262. Windows color (decimal): -8241957 or 14367874. OLE color: 14367874.

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

Color convert

RGB 130 60 219 -
CMYK 0.41 0.73 0 0.14
HSL 266.42º 0.69% 0.55% -
HSV(B) 266.42º 0.73% 0.86% -
XYZ 23.61 13.09 68.3 -
YUV 99.06 195.69 150.07 -
System Red Green Blue C M Y K H S L
Decimal 130 60 219 0.41 0.73 0 0.14 266.42 0.69 0.55
Hex 82 3C DB 29 49 0 E 10A 45 37
Octal 202 74 333 51 111 0 16 412 105 67
Binary 10000010 111100 11011011 101001 1001001 0 1110 100001010 1000101 110111

Color Harmonies of #823CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CDB

Black with #823CDB

Text Example


Text Example

White with #823CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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