Html Css Color HEX #8F609B Violet Blue

📋 copy color: '#8F609B'

red 143 ◦ green 96 ◦ blue 155

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

Shades of Violet Blue #8F609B

Tints of Violet Blue #8F609B

RGB

 RED value IS 143 (56.25% from 255) = 36.29%

 GREEN value IS 96 (37.89% from 255) = 24.37%

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

R = 36.29%
G = 24.37%
B = 39.34%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F609B (or 0x8F609B) is known color: Violet Blue. HEX triplet: 8F, 60 and 9B. RGB value is (143,96,155). Sum of RGB (Red+Green+Blue) = 143+96+155=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F609B is #709F64. Grayscale: #747474. Windows color (decimal): -7380837 or 10182799. OLE color: 10182799.

HSL color Cylindrical-coordinate representation of color #8F609B: hue angle of 287.8º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F609B is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 96 155 -
CMYK 0.08 0.38 0 0.39
HSL 287.8º 0.24% 0.49% -
HSV(B) 287.8º 0.38% 0.61% -
XYZ 21.43 16.57 33.08 -
YUV 116.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 143 96 155 0.08 0.38 0 0.39 287.8 0.24 0.49
Hex 8F 60 9B 8 26 0 27 120 18 31
Octal 217 140 233 10 46 0 47 440 30 61
Binary 10001111 1100000 10011011 1000 100110 0 100111 100100000 11000 110001

Color Harmonies of #8F609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F609B

Black with #8F609B

Text Example


Text Example

White with #8F609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,155); }

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

background-color css

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

 a { background-color: rgb(143,96,155); }

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

border-color css

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

 span { border-color: rgb(143,96,155); }

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