Html Css Color HEX #83269C Vivid Violet

📋 copy color: '#83269C'

red 131 ◦ green 38 ◦ blue 156

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

Shades of Vivid Violet #83269C

Tints of Vivid Violet #83269C

RGB

 RED value IS 131 (51.56% from 255) = 40.31%

 GREEN value IS 38 (15.23% from 255) = 11.69%

 BLUE value IS 156 (61.33% from 255) = 48%

R = 40.31%
G = 11.69%
B = 48%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83269C (or 0x83269C) is known color: Vivid Violet. HEX triplet: 83, 26 and 9C. RGB value is (131,38,156). Sum of RGB (Red+Green+Blue) = 131+38+156=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #83269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #83269C is #7CD963. Grayscale: #4E4E4E. Windows color (decimal): -8182116 or 10233475. OLE color: 10233475.

HSL color Cylindrical-coordinate representation of color #83269C: hue angle of 287.29º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #83269C is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 38 156 -
CMYK 0.16 0.76 0 0.39
HSL 287.29º 0.61% 0.38% -
HSV(B) 287.29º 0.76% 0.61% -
XYZ 16.05 8.61 32.27 -
YUV 79.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 131 38 156 0.16 0.76 0 0.39 287.29 0.61 0.38
Hex 83 26 9C 10 4C 0 27 11F 3D 26
Octal 203 46 234 20 114 0 47 437 75 46
Binary 10000011 100110 10011100 10000 1001100 0 100111 100011111 111101 100110

Color Harmonies of #83269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83269C

Black with #83269C

Text Example


Text Example

White with #83269C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83269C; }

 p { color: rgb(131,38,156); }

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

background-color css

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

 a { background-color: rgb(131,38,156); }

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

border-color css

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

 span { border-color: rgb(131,38,156); }

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