Html Css Color HEX #8A439B Vivid Violet

📋 copy color: '#8A439B'

red 138 ◦ green 67 ◦ blue 155

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

Shades of Vivid Violet #8A439B

Tints of Vivid Violet #8A439B

RGB

 RED value IS 138 (54.3% from 255) = 38.33%

 GREEN value IS 67 (26.56% from 255) = 18.61%

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 38.33%
G = 18.61%
B = 43.06%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A439B (or 0x8A439B) is known color: Vivid Violet. HEX triplet: 8A, 43 and 9B. RGB value is (138,67,155). Sum of RGB (Red+Green+Blue) = 138+67+155=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A439B is #75BC64. Grayscale: #616161. Windows color (decimal): -7715941 or 10175370. OLE color: 10175370.

HSL color Cylindrical-coordinate representation of color #8A439B: hue angle of 288.41º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A439B is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 67 155 -
CMYK 0.11 0.57 0 0.39
HSL 288.41º 0.4% 0.44% -
HSV(B) 288.41º 0.57% 0.61% -
XYZ 18.4 11.78 32.31 -
YUV 98.26 160.02 156.34 -
System Red Green Blue C M Y K H S L
Decimal 138 67 155 0.11 0.57 0 0.39 288.41 0.4 0.44
Hex 8A 43 9B B 39 0 27 120 28 2C
Octal 212 103 233 13 71 0 47 440 50 54
Binary 10001010 1000011 10011011 1011 111001 0 100111 100100000 101000 101100

Color Harmonies of #8A439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A439B

Black with #8A439B

Text Example


Text Example

White with #8A439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,67,155); }

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

background-color css

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

 a { background-color: rgb(138,67,155); }

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

border-color css

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

 span { border-color: rgb(138,67,155); }

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