Html Css Color HEX #8B2595 Vivid Violet

📋 copy color: '#8B2595'

red 139 ◦ green 37 ◦ blue 149

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

Shades of Vivid Violet #8B2595

Tints of Vivid Violet #8B2595

RGB

 RED value IS 139 (54.69% from 255) = 42.77%

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

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

R = 42.77%
G = 11.38%
B = 45.85%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B2595 (or 0x8B2595) is known color: Vivid Violet. HEX triplet: 8B, 25 and 95. RGB value is (139,37,149). Sum of RGB (Red+Green+Blue) = 139+37+149=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B2595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2595 is #74DA6A. Grayscale: #4F4F4F. Windows color (decimal): -7658091 or 9774475. OLE color: 9774475.

HSL color Cylindrical-coordinate representation of color #8B2595: hue angle of 294.64º 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 #8B2595 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 37 149 -
CMYK 0.07 0.75 0 0.42
HSL 294.64º 0.6% 0.36% -
HSV(B) 294.64º 0.75% 0.58% -
XYZ 16.73 8.98 29.29 -
YUV 80.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 139 37 149 0.07 0.75 0 0.42 294.64 0.6 0.36
Hex 8B 25 95 7 4B 0 2A 127 3C 24
Octal 213 45 225 7 113 0 52 447 74 44
Binary 10001011 100101 10010101 111 1001011 0 101010 100100111 111100 100100

Color Harmonies of #8B2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2595

Black with #8B2595

Text Example


Text Example

White with #8B2595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B2595; }

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

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

background-color css

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

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

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

border-color css

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

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

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