Html Css Color HEX #9B679D Violet Blue

📋 copy color: '#9B679D'

red 155 ◦ green 103 ◦ blue 157

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

Shades of Violet Blue #9B679D

Tints of Violet Blue #9B679D

RGB

 RED value IS 155 (60.94% from 255) = 37.35%

 GREEN value IS 103 (40.63% from 255) = 24.82%

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

R = 37.35%
G = 24.82%
B = 37.83%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#9B679D (or 0x9B679D) is known color: Violet Blue. HEX triplet: 9B, 67 and 9D. RGB value is (155,103,157). Sum of RGB (Red+Green+Blue) = 155+103+157=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B679D is #649862. Grayscale: #7C7C7C. Windows color (decimal): -6592611 or 10315675. OLE color: 10315675.

HSL color Cylindrical-coordinate representation of color #9B679D: hue angle of 297.78º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B679D is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 155 103 157 -
CMYK 0.01 0.34 0 0.38
HSL 297.78º 0.22% 0.51% -
HSV(B) 297.78º 0.34% 0.62% -
XYZ 24.45 19.1 34.3 -
YUV 124.7 146.23 149.61 -
System Red Green Blue C M Y K H S L
Decimal 155 103 157 0.01 0.34 0 0.38 297.78 0.22 0.51
Hex 9B 67 9D 1 22 0 26 12A 16 33
Octal 233 147 235 1 42 0 46 452 26 63
Binary 10011011 1100111 10011101 1 100010 0 100110 100101010 10110 110011

Color Harmonies of #9B679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B679D

Black with #9B679D

Text Example


Text Example

White with #9B679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B679D; }

 p { color: rgb(155,103,157); }

 H1.HeaderClassName
 {
   color: #9B679D;
 }
 .AnyTagClassName
 {
   color: #9B679D;
 }
</style>

background-color css

<style>
 a { background-color: #9B679D; }

 a { background-color: rgb(155,103,157); }

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

border-color css

<style>
 span { border-color: #9B679D; }

 span { border-color: rgb(155,103,157); }

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