Html Css Color HEX #8538AD Vivid Violet

📋 copy color: '#8538AD'

red 133 ◦ green 56 ◦ blue 173

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

Shades of Vivid Violet #8538AD

Tints of Vivid Violet #8538AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 36.74%
G = 15.47%
B = 47.79%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8538AD (or 0x8538AD) is known color: Vivid Violet. HEX triplet: 85, 38 and AD. RGB value is (133,56,173). Sum of RGB (Red+Green+Blue) = 133+56+173=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #8538AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8538AD is #7AC752. Grayscale: #5B5B5B. Windows color (decimal): -8046419 or 11352197. OLE color: 11352197.

HSL color Cylindrical-coordinate representation of color #8538AD: hue angle of 279.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8538AD is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 56 173 -
CMYK 0.23 0.68 0 0.32
HSL 279.49º 0.51% 0.45% -
HSV(B) 279.49º 0.68% 0.68% -
XYZ 18.63 10.83 40.64 -
YUV 92.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 133 56 173 0.23 0.68 0 0.32 279.49 0.51 0.45
Hex 85 38 AD 17 44 0 20 117 33 2D
Octal 205 70 255 27 104 0 40 427 63 55
Binary 10000101 111000 10101101 10111 1000100 0 100000 100010111 110011 101101

Color Harmonies of #8538AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8538AD

Black with #8538AD

Text Example


Text Example

White with #8538AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8538AD; }

 p { color: rgb(133,56,173); }

 H1.HeaderClassName
 {
   color: #8538AD;
 }
 .AnyTagClassName
 {
   color: #8538AD;
 }
</style>

background-color css

<style>
 a { background-color: #8538AD; }

 a { background-color: rgb(133,56,173); }

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

border-color css

<style>
 span { border-color: #8538AD; }

 span { border-color: rgb(133,56,173); }

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