Html Css Color HEX #823BDA Blue Violet

📋 copy color: '#823BDA'

red 130 ◦ green 59 ◦ blue 218

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

Shades of Blue Violet #823BDA

Tints of Blue Violet #823BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 31.94%
G = 14.5%
B = 53.56%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#823BDA (or 0x823BDA) is known color: Blue Violet. HEX triplet: 82, 3B and DA. RGB value is (130,59,218). Sum of RGB (Red+Green+Blue) = 130+59+218=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #823BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823BDA is #7DC425. Grayscale: #616161. Windows color (decimal): -8242214 or 14302082. OLE color: 14302082.

HSL color Cylindrical-coordinate representation of color #823BDA: hue angle of 266.79º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #823BDA is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 59 218 -
CMYK 0.40 0.73 0 0.15
HSL 266.79º 0.68% 0.54% -
HSV(B) 266.79º 0.73% 0.85% -
XYZ 23.42 12.94 67.59 -
YUV 98.36 195.52 150.57 -
System Red Green Blue C M Y K H S L
Decimal 130 59 218 0.40 0.73 0 0.15 266.79 0.68 0.54
Hex 82 3B DA 28 49 0 F 10B 44 36
Octal 202 73 332 50 111 0 17 413 104 66
Binary 10000010 111011 11011010 101000 1001001 0 1111 100001011 1000100 110110

Color Harmonies of #823BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823BDA

Black with #823BDA

Text Example


Text Example

White with #823BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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