Html Css Color HEX #823BDB Blue Violet

📋 copy color: '#823BDB'

red 130 ◦ green 59 ◦ blue 219

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

Shades of Blue Violet #823BDB

Tints of Blue Violet #823BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.46%

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

R = 31.86%
G = 14.46%
B = 53.68%

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

#823BDB (or 0x823BDB) is known color: Blue Violet. HEX triplet: 82, 3B and DB. RGB value is (130,59,219). Sum of RGB (Red+Green+Blue) = 130+59+219=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #823BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823BDB is #7DC424. Grayscale: #616161. Windows color (decimal): -8242213 or 14367618. OLE color: 14367618.

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

Color convert

RGB 130 59 219 -
CMYK 0.41 0.73 0 0.14
HSL 266.63º 0.69% 0.55% -
HSV(B) 266.63º 0.73% 0.86% -
XYZ 23.56 12.99 68.28 -
YUV 98.47 196.02 150.49 -
System Red Green Blue C M Y K H S L
Decimal 130 59 219 0.41 0.73 0 0.14 266.63 0.69 0.55
Hex 82 3B DB 29 49 0 E 10B 45 37
Octal 202 73 333 51 111 0 16 413 105 67
Binary 10000010 111011 11011011 101001 1001001 0 1110 100001011 1000101 110111

Color Harmonies of #823BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823BDB

Black with #823BDB

Text Example


Text Example

White with #823BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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