Html Css Color HEX #8541A4 Vivid Violet

📋 copy color: '#8541A4'

red 133 ◦ green 65 ◦ blue 164

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

Shades of Vivid Violet #8541A4

Tints of Vivid Violet #8541A4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

 BLUE value IS 164 (64.45% from 255) = 45.3%

R = 36.74%
G = 17.96%
B = 45.3%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8541A4 (or 0x8541A4) is known color: Vivid Violet. HEX triplet: 85, 41 and A4. RGB value is (133,65,164). Sum of RGB (Red+Green+Blue) = 133+65+164=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 164 - color contains mainly: blue. Hex color #8541A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8541A4 is #7ABE5B. Grayscale: #606060. Windows color (decimal): -8044124 or 10764677. OLE color: 10764677.

HSL color Cylindrical-coordinate representation of color #8541A4: hue angle of 281.21º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8541A4 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 65 164 -
CMYK 0.19 0.60 0 0.36
HSL 281.21º 0.43% 0.45% -
HSV(B) 281.21º 0.6% 0.64% -
XYZ 18.26 11.45 36.37 -
YUV 96.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 133 65 164 0.19 0.60 0 0.36 281.21 0.43 0.45
Hex 85 41 A4 13 3C 0 24 119 2B 2D
Octal 205 101 244 23 74 0 44 431 53 55
Binary 10000101 1000001 10100100 10011 111100 0 100100 100011001 101011 101101

Color Harmonies of #8541A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8541A4

Black with #8541A4

Text Example


Text Example

White with #8541A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8541A4; }

 p { color: rgb(133,65,164); }

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

background-color css

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

 a { background-color: rgb(133,65,164); }

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

border-color css

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

 span { border-color: rgb(133,65,164); }

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