Html Css Color HEX #823CD7 Blue Violet

📋 copy color: '#823CD7'

red 130 ◦ green 60 ◦ blue 215

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

Shades of Blue Violet #823CD7

Tints of Blue Violet #823CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.09%

R = 32.1%
G = 14.81%
B = 53.09%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#823CD7 (or 0x823CD7) is known color: Blue Violet. HEX triplet: 82, 3C and D7. RGB value is (130,60,215). Sum of RGB (Red+Green+Blue) = 130+60+215=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #823CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CD7 is #7DC328. Grayscale: #626262. Windows color (decimal): -8241961 or 14105730. OLE color: 14105730.

HSL color Cylindrical-coordinate representation of color #823CD7: hue angle of 267.1º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823CD7 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 60 215 -
CMYK 0.40 0.72 0 0.16
HSL 267.1º 0.66% 0.54% -
HSV(B) 267.1º 0.72% 0.84% -
XYZ 23.09 12.88 65.56 -
YUV 98.6 193.69 150.4 -
System Red Green Blue C M Y K H S L
Decimal 130 60 215 0.40 0.72 0 0.16 267.1 0.66 0.54
Hex 82 3C D7 28 48 0 10 10B 42 36
Octal 202 74 327 50 110 0 20 413 102 66
Binary 10000010 111100 11010111 101000 1001000 0 10000 100001011 1000010 110110

Color Harmonies of #823CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823CD7

Black with #823CD7

Text Example


Text Example

White with #823CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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