Html Css Color HEX #8B2594 Vivid Violet

📋 copy color: '#8B2594'

red 139 ◦ green 37 ◦ blue 148

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

Shades of Vivid Violet #8B2594

Tints of Vivid Violet #8B2594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.68%

R = 42.9%
G = 11.42%
B = 45.68%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8B2594 (or 0x8B2594) is known color: Vivid Violet. HEX triplet: 8B, 25 and 94. RGB value is (139,37,148). Sum of RGB (Red+Green+Blue) = 139+37+148=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 148 (58.20% from 255 or 45.68% from 324); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B2594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2594 is #74DA6B. Grayscale: #4F4F4F. Windows color (decimal): -7658092 or 9708939. OLE color: 9708939.

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

Color convert

RGB 139 37 148 -
CMYK 0.06 0.75 0 0.42
HSL 295.14º 0.6% 0.36% -
HSV(B) 295.14º 0.75% 0.58% -
XYZ 16.65 8.95 28.87 -
YUV 80.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 139 37 148 0.06 0.75 0 0.42 295.14 0.6 0.36
Hex 8B 25 94 6 4B 0 2A 127 3C 24
Octal 213 45 224 6 113 0 52 447 74 44
Binary 10001011 100101 10010100 110 1001011 0 101010 100100111 111100 100100

Color Harmonies of #8B2594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2594

Black with #8B2594

Text Example


Text Example

White with #8B2594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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