Html Css Color HEX #82389B Vivid Violet

📋 copy color: '#82389B'

red 130 ◦ green 56 ◦ blue 155

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

Shades of Vivid Violet #82389B

Tints of Vivid Violet #82389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 38.12%
G = 16.42%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#82389B (or 0x82389B) is known color: Vivid Violet. HEX triplet: 82, 38 and 9B. RGB value is (130,56,155). Sum of RGB (Red+Green+Blue) = 130+56+155=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #82389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82389B is #7DC764. Grayscale: #595959. Windows color (decimal): -8243045 or 10172546. OLE color: 10172546.

HSL color Cylindrical-coordinate representation of color #82389B: hue angle of 284.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82389B is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 56 155 -
CMYK 0.16 0.64 0 0.39
HSL 284.85º 0.47% 0.41% -
HSV(B) 284.85º 0.64% 0.61% -
XYZ 16.54 9.94 32.06 -
YUV 89.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 130 56 155 0.16 0.64 0 0.39 284.85 0.47 0.41
Hex 82 38 9B 10 40 0 27 11D 2F 29
Octal 202 70 233 20 100 0 47 435 57 51
Binary 10000010 111000 10011011 10000 1000000 0 100111 100011101 101111 101001

Color Harmonies of #82389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82389B

Black with #82389B

Text Example


Text Example

White with #82389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82389B; }

 p { color: rgb(130,56,155); }

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

background-color css

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

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

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

border-color css

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

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

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