Html Css Color HEX #823EDE Blue Violet

📋 copy color: '#823EDE'

red 130 ◦ green 62 ◦ blue 222

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

Shades of Blue Violet #823EDE

Tints of Blue Violet #823EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.98%

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 31.4%
G = 14.98%
B = 53.62%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#823EDE (or 0x823EDE) is known color: Blue Violet. HEX triplet: 82, 3E and DE. RGB value is (130,62,222). Sum of RGB (Red+Green+Blue) = 130+62+222=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #823EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EDE is #7DC121. Grayscale: #646464. Windows color (decimal): -8241442 or 14564994. OLE color: 14564994.

HSL color Cylindrical-coordinate representation of color #823EDE: hue angle of 265.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823EDE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 62 222 -
CMYK 0.41 0.72 0 0.13
HSL 265.5º 0.71% 0.56% -
HSV(B) 265.5º 0.72% 0.87% -
XYZ 24.11 13.47 70.44 -
YUV 100.57 196.53 148.99 -
System Red Green Blue C M Y K H S L
Decimal 130 62 222 0.41 0.72 0 0.13 265.5 0.71 0.56
Hex 82 3E DE 29 48 0 D 10A 47 38
Octal 202 76 336 51 110 0 15 412 107 70
Binary 10000010 111110 11011110 101001 1001000 0 1101 100001010 1000111 111000

Color Harmonies of #823EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823EDE

Black with #823EDE

Text Example


Text Example

White with #823EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,62,222); }

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

background-color css

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

 a { background-color: rgb(130,62,222); }

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

border-color css

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

 span { border-color: rgb(130,62,222); }

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