Html Css Color HEX #8523A5 Vivid Violet

📋 copy color: '#8523A5'

red 133 ◦ green 35 ◦ blue 165

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

Shades of Vivid Violet #8523A5

Tints of Vivid Violet #8523A5

RGB

 RED value IS 133 (52.34% from 255) = 39.94%

 GREEN value IS 35 (14.06% from 255) = 10.51%

 BLUE value IS 165 (64.84% from 255) = 49.55%

R = 39.94%
G = 10.51%
B = 49.55%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8523A5 (or 0x8523A5) is known color: Vivid Violet. HEX triplet: 85, 23 and A5. RGB value is (133,35,165). Sum of RGB (Red+Green+Blue) = 133+35+165=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 165 (64.84% from 255 or 49.55% from 333); Max value from RGB is 165 - color contains mainly: blue. Hex color #8523A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8523A5 is #7ADC5A. Grayscale: #4E4E4E. Windows color (decimal): -8051803 or 10822533. OLE color: 10822533.

HSL color Cylindrical-coordinate representation of color #8523A5: hue angle of 285.23º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8523A5 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 35 165 -
CMYK 0.19 0.79 0 0.35
HSL 285.23º 0.65% 0.39% -
HSV(B) 285.23º 0.79% 0.65% -
XYZ 17.07 8.91 36.42 -
YUV 79.12 176.47 166.43 -
System Red Green Blue C M Y K H S L
Decimal 133 35 165 0.19 0.79 0 0.35 285.23 0.65 0.39
Hex 85 23 A5 13 4F 0 23 11D 41 27
Octal 205 43 245 23 117 0 43 435 101 47
Binary 10000101 100011 10100101 10011 1001111 0 100011 100011101 1000001 100111

Color Harmonies of #8523A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8523A5

Black with #8523A5

Text Example


Text Example

White with #8523A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8523A5; }

 p { color: rgb(133,35,165); }

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

background-color css

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

 a { background-color: rgb(133,35,165); }

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

border-color css

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

 span { border-color: rgb(133,35,165); }

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