Html Css Color HEX #862595 Vivid Violet

📋 copy color: '#862595'

red 134 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #862595

Tints of Vivid Violet #862595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 46.56%

R = 41.88%
G = 11.56%
B = 46.56%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#862595 (or 0x862595) is known color: Vivid Violet. HEX triplet: 86, 25 and 95. RGB value is (134,37,149). Sum of RGB (Red+Green+Blue) = 134+37+149=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #862595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862595 is #79DA6A. Grayscale: #4E4E4E. Windows color (decimal): -7985771 or 9774470. OLE color: 9774470.

HSL color Cylindrical-coordinate representation of color #862595: hue angle of 291.96º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862595 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 37 149 -
CMYK 0.10 0.75 0 0.42
HSL 291.96º 0.6% 0.36% -
HSV(B) 291.96º 0.75% 0.58% -
XYZ 15.92 8.56 29.25 -
YUV 78.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 134 37 149 0.10 0.75 0 0.42 291.96 0.6 0.36
Hex 86 25 95 A 4B 0 2A 124 3C 24
Octal 206 45 225 12 113 0 52 444 74 44
Binary 10000110 100101 10010101 1010 1001011 0 101010 100100100 111100 100100

Color Harmonies of #862595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862595

Black with #862595

Text Example


Text Example

White with #862595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862595; }

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

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

background-color css

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

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

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

border-color css

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

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

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