Html Css Color HEX #8B259D Vivid Violet

📋 copy color: '#8B259D'

red 139 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #8B259D

Tints of Vivid Violet #8B259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 41.74%
G = 11.11%
B = 47.15%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B259D (or 0x8B259D) is known color: Vivid Violet. HEX triplet: 8B, 25 and 9D. RGB value is (139,37,157). Sum of RGB (Red+Green+Blue) = 139+37+157=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B259D is #74DA62. Grayscale: #505050. Windows color (decimal): -7658083 or 10298763. OLE color: 10298763.

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

Color convert

RGB 139 37 157 -
CMYK 0.11 0.76 0 0.38
HSL 291º 0.62% 0.38% -
HSV(B) 291º 0.76% 0.62% -
XYZ 17.39 9.25 32.77 -
YUV 81.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 139 37 157 0.11 0.76 0 0.38 291 0.62 0.38
Hex 8B 25 9D B 4C 0 26 123 3E 26
Octal 213 45 235 13 114 0 46 443 76 46
Binary 10001011 100101 10011101 1011 1001100 0 100110 100100011 111110 100110

Color Harmonies of #8B259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B259D

Black with #8B259D

Text Example


Text Example

White with #8B259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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