Html Css Color HEX #823082 Vivid Violet

📋 copy color: '#823082'

red 130 ◦ green 48 ◦ blue 130

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

Shades of Vivid Violet #823082

Tints of Vivid Violet #823082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 130 (51.17% from 255) = 42.21%

R = 42.21%
G = 15.58%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#823082 (or 0x823082) is known color: Vivid Violet. HEX triplet: 82, 30 and 82. RGB value is (130,48,130). Sum of RGB (Red+Green+Blue) = 130+48+130=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: red, blue. Hex color #823082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #823082 is #7DCF7D. Grayscale: #515151. Windows color (decimal): -8245118 or 8532098. OLE color: 8532098.

HSL color Cylindrical-coordinate representation of color #823082: hue angle of 300º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #823082 is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 48 130 -
CMYK 0 0.63 0 0.49
HSL 300º 0.46% 0.35% -
HSV(B) 300º 0.63% 0.51% -
XYZ 14.29 8.47 22 -
YUV 81.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 130 48 130 0 0.63 0 0.49 300 0.46 0.35
Hex 82 30 82 0 3F 0 31 12C 2E 23
Octal 202 60 202 0 77 0 61 454 56 43
Binary 10000010 110000 10000010 0 111111 0 110001 100101100 101110 100011

Color Harmonies of #823082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823082

Black with #823082

Text Example


Text Example

White with #823082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823082; }

 p { color: rgb(130,48,130); }

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

background-color css

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

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

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

border-color css

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

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

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