Html Css Color HEX #8B358B Vivid Violet

📋 copy color: '#8B358B'

red 139 ◦ green 53 ◦ blue 139

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

Shades of Vivid Violet #8B358B

Tints of Vivid Violet #8B358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.01%

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 41.99%
G = 16.01%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8B358B (or 0x8B358B) is known color: Vivid Violet. HEX triplet: 8B, 35 and 8B. RGB value is (139,53,139). Sum of RGB (Red+Green+Blue) = 139+53+139=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B358B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B358B is #74CA74. Grayscale: #585858. Windows color (decimal): -7654005 or 9123211. OLE color: 9123211.

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

Color convert

RGB 139 53 139 -
CMYK 0 0.62 0 0.45
HSL 300º 0.45% 0.38% -
HSV(B) 300º 0.62% 0.55% -
XYZ 16.58 9.9 25.46 -
YUV 88.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 139 53 139 0 0.62 0 0.45 300 0.45 0.38
Hex 8B 35 8B 0 3E 0 2D 12C 2D 26
Octal 213 65 213 0 76 0 55 454 55 46
Binary 10001011 110101 10001011 0 111110 0 101101 100101100 101101 100110

Color Harmonies of #8B358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B358B

Black with #8B358B

Text Example


Text Example

White with #8B358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,53,139); }

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

background-color css

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

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

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

border-color css

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

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

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