Html Css Color HEX #9B669B Violet Blue

📋 copy color: '#9B669B'

red 155 ◦ green 102 ◦ blue 155

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

Shades of Violet Blue #9B669B

Tints of Violet Blue #9B669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

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

R = 37.62%
G = 24.76%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#9B669B (or 0x9B669B) is known color: Violet Blue. HEX triplet: 9B, 66 and 9B. RGB value is (155,102,155). Sum of RGB (Red+Green+Blue) = 155+102+155=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B669B is #649964. Grayscale: #7B7B7B. Windows color (decimal): -6592869 or 10184347. OLE color: 10184347.

HSL color Cylindrical-coordinate representation of color #9B669B: hue angle of 300º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B669B is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 102 155 -
CMYK 0 0.34 0 0.39
HSL 300º 0.21% 0.5% -
HSV(B) 300º 0.34% 0.61% -
XYZ 24.19 18.84 33.37 -
YUV 123.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 155 102 155 0 0.34 0 0.39 300 0.21 0.5
Hex 9B 66 9B 0 22 0 27 12C 15 32
Octal 233 146 233 0 42 0 47 454 25 62
Binary 10011011 1100110 10011011 0 100010 0 100111 100101100 10101 110010

Color Harmonies of #9B669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B669B

Black with #9B669B

Text Example


Text Example

White with #9B669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,155); }

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

background-color css

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

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

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

border-color css

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

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

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