Html Css Color HEX #823AEC Blue Violet

📋 copy color: '#823AEC'

red 130 ◦ green 58 ◦ blue 236

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

Shades of Blue Violet #823AEC

Tints of Blue Violet #823AEC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.68%

 BLUE value IS 236 (92.58% from 255) = 55.66%

R = 30.66%
G = 13.68%
B = 55.66%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#823AEC (or 0x823AEC) is known color: Blue Violet. HEX triplet: 82, 3A and EC. RGB value is (130,58,236). Sum of RGB (Red+Green+Blue) = 130+58+236=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #823AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823AEC is #7DC513. Grayscale: #636363. Windows color (decimal): -8242452 or 15481474. OLE color: 15481474.

HSL color Cylindrical-coordinate representation of color #823AEC: hue angle of 264.27º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #823AEC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 58 236 -
CMYK 0.45 0.75 0 0.07
HSL 264.27º 0.82% 0.58% -
HSV(B) 264.27º 0.75% 0.93% -
XYZ 25.86 13.83 80.66 -
YUV 99.82 204.85 149.53 -
System Red Green Blue C M Y K H S L
Decimal 130 58 236 0.45 0.75 0 0.07 264.27 0.82 0.58
Hex 82 3A EC 2D 4B 0 7 108 52 3A
Octal 202 72 354 55 113 0 7 410 122 72
Binary 10000010 111010 11101100 101101 1001011 0 111 100001000 1010010 111010

Color Harmonies of #823AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823AEC

Black with #823AEC

Text Example


Text Example

White with #823AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,58,236); }

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

background-color css

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

 a { background-color: rgb(130,58,236); }

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

border-color css

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

 span { border-color: rgb(130,58,236); }

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