Html Css Color HEX #82388B Vivid Violet

📋 copy color: '#82388B'

red 130 ◦ green 56 ◦ blue 139

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

Shades of Vivid Violet #82388B

Tints of Vivid Violet #82388B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.77%

R = 40%
G = 17.23%
B = 42.77%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#82388B (or 0x82388B) is known color: Vivid Violet. HEX triplet: 82, 38 and 8B. RGB value is (130,56,139). Sum of RGB (Red+Green+Blue) = 130+56+139=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #82388B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #82388B is #7DC774. Grayscale: #575757. Windows color (decimal): -8243061 or 9123970. OLE color: 9123970.

HSL color Cylindrical-coordinate representation of color #82388B: hue angle of 293.49º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82388B is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 56 139 -
CMYK 0.06 0.60 0 0.45
HSL 293.49º 0.43% 0.38% -
HSV(B) 293.49º 0.6% 0.55% -
XYZ 15.28 9.44 25.44 -
YUV 87.59 157.02 158.25 -
System Red Green Blue C M Y K H S L
Decimal 130 56 139 0.06 0.60 0 0.45 293.49 0.43 0.38
Hex 82 38 8B 6 3C 0 2D 125 2B 26
Octal 202 70 213 6 74 0 55 445 53 46
Binary 10000010 111000 10001011 110 111100 0 101101 100100101 101011 100110

Color Harmonies of #82388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82388B

Black with #82388B

Text Example


Text Example

White with #82388B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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