Html Css Color HEX #8B259E Vivid Violet

📋 copy color: '#8B259E'

red 139 ◦ green 37 ◦ blue 158

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

Shades of Vivid Violet #8B259E

Tints of Vivid Violet #8B259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 47.31%

R = 41.62%
G = 11.08%
B = 47.31%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B259E (or 0x8B259E) is known color: Vivid Violet. HEX triplet: 8B, 25 and 9E. RGB value is (139,37,158). Sum of RGB (Red+Green+Blue) = 139+37+158=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #8B259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B259E is #74DA61. Grayscale: #505050. Windows color (decimal): -7658082 or 10364299. OLE color: 10364299.

HSL color Cylindrical-coordinate representation of color #8B259E: hue angle of 290.58º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B259E is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 37 158 -
CMYK 0.12 0.77 0 0.38
HSL 290.58º 0.62% 0.38% -
HSV(B) 290.58º 0.77% 0.62% -
XYZ 17.48 9.28 33.22 -
YUV 81.29 171.29 169.16 -
System Red Green Blue C M Y K H S L
Decimal 139 37 158 0.12 0.77 0 0.38 290.58 0.62 0.38
Hex 8B 25 9E C 4D 0 26 123 3E 26
Octal 213 45 236 14 115 0 46 443 76 46
Binary 10001011 100101 10011110 1100 1001101 0 100110 100100011 111110 100110

Color Harmonies of #8B259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B259E

Black with #8B259E

Text Example


Text Example

White with #8B259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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