Html Css Color HEX #862495 Vivid Violet

📋 copy color: '#862495'

red 134 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #862495

Tints of Vivid Violet #862495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 42.01%
G = 11.29%
B = 46.71%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#862495 (or 0x862495) is known color: Vivid Violet. HEX triplet: 86, 24 and 95. RGB value is (134,36,149). Sum of RGB (Red+Green+Blue) = 134+36+149=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 149 (58.59% from 255 or 46.71% from 319); Max value from RGB is 149 - color contains mainly: blue. Hex color #862495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862495 is #79DB6A. Grayscale: #4D4D4D. Windows color (decimal): -7986027 or 9774214. OLE color: 9774214.

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

Color convert

RGB 134 36 149 -
CMYK 0.10 0.76 0 0.42
HSL 292.04º 0.61% 0.36% -
HSV(B) 292.04º 0.76% 0.58% -
XYZ 15.89 8.5 29.24 -
YUV 78.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 134 36 149 0.10 0.76 0 0.42 292.04 0.61 0.36
Hex 86 24 95 A 4C 0 2A 124 3D 24
Octal 206 44 225 12 114 0 52 444 75 44
Binary 10000110 100100 10010101 1010 1001100 0 101010 100100100 111101 100100

Color Harmonies of #862495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862495

Black with #862495

Text Example


Text Example

White with #862495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862495; }

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

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

background-color css

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

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

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

border-color css

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

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

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