Html Css Color HEX #823CE0 Blue Violet

📋 copy color: '#823CE0'

red 130 ◦ green 60 ◦ blue 224

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

Shades of Blue Violet #823CE0

Tints of Blue Violet #823CE0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.49%

 BLUE value IS 224 (87.89% from 255) = 54.11%

R = 31.4%
G = 14.49%
B = 54.11%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#823CE0 (or 0x823CE0) is known color: Blue Violet. HEX triplet: 82, 3C and E0. RGB value is (130,60,224). Sum of RGB (Red+Green+Blue) = 130+60+224=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 224 (87.89% from 255 or 54.11% from 414); Max value from RGB is 224 - color contains mainly: blue. Hex color #823CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CE0 is #7DC31F. Grayscale: #636363. Windows color (decimal): -8241952 or 14695554. OLE color: 14695554.

HSL color Cylindrical-coordinate representation of color #823CE0: hue angle of 265.61º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #823CE0 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 60 224 -
CMYK 0.42 0.73 0 0.12
HSL 265.61º 0.73% 0.56% -
HSV(B) 265.61º 0.73% 0.88% -
XYZ 24.28 13.36 71.82 -
YUV 99.63 198.19 149.66 -
System Red Green Blue C M Y K H S L
Decimal 130 60 224 0.42 0.73 0 0.12 265.61 0.73 0.56
Hex 82 3C E0 2A 49 0 C 10A 49 38
Octal 202 74 340 52 111 0 14 412 111 70
Binary 10000010 111100 11100000 101010 1001001 0 1100 100001010 1001001 111000

Color Harmonies of #823CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CE0

Black with #823CE0

Text Example


Text Example

White with #823CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,60,224); }

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

background-color css

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

 a { background-color: rgb(130,60,224); }

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

border-color css

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

 span { border-color: rgb(130,60,224); }

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