Html Css Color HEX #823AFE Blue Violet

📋 copy color: '#823AFE'

red 130 ◦ green 58 ◦ blue 254

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

Shades of Blue Violet #823AFE

Tints of Blue Violet #823AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 29.41%
G = 13.12%
B = 57.47%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#823AFE (or 0x823AFE) is known color: Blue Violet. HEX triplet: 82, 3A and FE. RGB value is (130,58,254). Sum of RGB (Red+Green+Blue) = 130+58+254=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #823AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823AFE is #7DC501. Grayscale: #656565. Windows color (decimal): -8242434 or 16661122. OLE color: 16661122.

HSL color Cylindrical-coordinate representation of color #823AFE: hue angle of 262.04º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #823AFE is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 58 254 -
CMYK 0.49 0.77 0 0.00
HSL 262.04º 0.99% 0.61% -
HSV(B) 262.04º 0.77% 1% -
XYZ 28.61 14.93 95.14 -
YUV 101.87 213.85 148.06 -
System Red Green Blue C M Y K H S L
Decimal 130 58 254 0.49 0.77 0 0.00 262.04 0.99 0.61
Hex 82 3A FE 31 4D 0 0 106 63 3D
Octal 202 72 376 61 115 0 0 406 143 75
Binary 10000010 111010 11111110 110001 1001101 0 0 100000110 1100011 111101

Color Harmonies of #823AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823AFE

Black with #823AFE

Text Example


Text Example

White with #823AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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