Html Css Color HEX #823ACE Blue Violet

📋 copy color: '#823ACE'

red 130 ◦ green 58 ◦ blue 206

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

Shades of Blue Violet #823ACE

Tints of Blue Violet #823ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.28%

R = 32.99%
G = 14.72%
B = 52.28%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#823ACE (or 0x823ACE) is known color: Blue Violet. HEX triplet: 82, 3A and CE. RGB value is (130,58,206). Sum of RGB (Red+Green+Blue) = 130+58+206=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #823ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823ACE is #7DC531. Grayscale: #5F5F5F. Windows color (decimal): -8242482 or 13515394. OLE color: 13515394.

HSL color Cylindrical-coordinate representation of color #823ACE: hue angle of 269.19º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823ACE is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 58 206 -
CMYK 0.37 0.72 0 0.19
HSL 269.19º 0.6% 0.52% -
HSV(B) 269.19º 0.72% 0.81% -
XYZ 21.86 12.23 59.6 -
YUV 96.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 130 58 206 0.37 0.72 0 0.19 269.19 0.6 0.52
Hex 82 3A CE 25 48 0 13 10D 3C 34
Octal 202 72 316 45 110 0 23 415 74 64
Binary 10000010 111010 11001110 100101 1001000 0 10011 100001101 111100 110100

Color Harmonies of #823ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823ACE

Black with #823ACE

Text Example


Text Example

White with #823ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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