Html Css Color HEX #8625A5 Vivid Violet

📋 copy color: '#8625A5'

red 134 ◦ green 37 ◦ blue 165

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

Shades of Vivid Violet #8625A5

Tints of Vivid Violet #8625A5

RGB

 RED value IS 134 (52.73% from 255) = 39.88%

 GREEN value IS 37 (14.84% from 255) = 11.01%

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

R = 39.88%
G = 11.01%
B = 49.11%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8625A5 (or 0x8625A5) is known color: Vivid Violet. HEX triplet: 86, 25 and A5. RGB value is (134,37,165). Sum of RGB (Red+Green+Blue) = 134+37+165=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 165 (64.84% from 255 or 49.11% from 336); Max value from RGB is 165 - color contains mainly: blue. Hex color #8625A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8625A5 is #79DA5A. Grayscale: #505050. Windows color (decimal): -7985755 or 10823046. OLE color: 10823046.

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

Color convert

RGB 134 37 165 -
CMYK 0.19 0.78 0 0.35
HSL 285.47º 0.63% 0.4% -
HSV(B) 285.47º 0.78% 0.65% -
XYZ 17.28 9.11 36.44 -
YUV 80.6 175.64 166.09 -
System Red Green Blue C M Y K H S L
Decimal 134 37 165 0.19 0.78 0 0.35 285.47 0.63 0.4
Hex 86 25 A5 13 4E 0 23 11D 3F 28
Octal 206 45 245 23 116 0 43 435 77 50
Binary 10000110 100101 10100101 10011 1001110 0 100011 100011101 111111 101000

Color Harmonies of #8625A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8625A5

Black with #8625A5

Text Example


Text Example

White with #8625A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,37,165); }

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

background-color css

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

 a { background-color: rgb(134,37,165); }

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

border-color css

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

 span { border-color: rgb(134,37,165); }

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