Html Css Color HEX #823DD0 Blue Violet

📋 copy color: '#823DD0'

red 130 ◦ green 61 ◦ blue 208

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

Shades of Blue Violet #823DD0

Tints of Blue Violet #823DD0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.29%

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 32.58%
G = 15.29%
B = 52.13%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#823DD0 (or 0x823DD0) is known color: Blue Violet. HEX triplet: 82, 3D and D0. RGB value is (130,61,208). Sum of RGB (Red+Green+Blue) = 130+61+208=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #823DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DD0 is #7DC22F. Grayscale: #616161. Windows color (decimal): -8241712 or 13647234. OLE color: 13647234.

HSL color Cylindrical-coordinate representation of color #823DD0: hue angle of 268.16º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #823DD0 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 61 208 -
CMYK 0.38 0.71 0 0.18
HSL 268.16º 0.61% 0.53% -
HSV(B) 268.16º 0.71% 0.82% -
XYZ 22.26 12.64 60.94 -
YUV 98.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 130 61 208 0.38 0.71 0 0.18 268.16 0.61 0.53
Hex 82 3D D0 26 47 0 12 10C 3D 35
Octal 202 75 320 46 107 0 22 414 75 65
Binary 10000010 111101 11010000 100110 1000111 0 10010 100001100 111101 110101

Color Harmonies of #823DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823DD0

Black with #823DD0

Text Example


Text Example

White with #823DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,61,208); }

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

background-color css

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

 a { background-color: rgb(130,61,208); }

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

border-color css

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

 span { border-color: rgb(130,61,208); }

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